Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
memopol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TAlone
memopol
Commits
3bd64e3b
Commit
3bd64e3b
authored
Apr 26, 2017
by
alexandre.jauneau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the sphinx theme alabaster to avoid make html error
parent
bd1d38ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
docs/conf.py
docs/conf.py
+1
-1
setup.py
setup.py
+1
-0
No files found.
docs/conf.py
View file @
3bd64e3b
...
...
@@ -113,7 +113,7 @@ html_theme = 'alabaster'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = [
]
html_theme_path
=
[
'../memopol_env/local/lib/python2.7/site-packages'
]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
...
...
setup.py
View file @
3bd64e3b
...
...
@@ -30,6 +30,7 @@ setup(name='political-memory',
'pytz'
,
# Always use up-to-date TZ data
'django-suit>=0.2,<0.3'
,
'psycopg2>=2,<3'
,
'alabaster==0.7.10'
,
],
extras_require
=
{
# Full version hardcode for testing dependencies so that
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment