Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
3bd64e3b
Commit
3bd64e3b
authored
Apr 26, 2017
by
alexandre.jauneau
Browse files
Add the sphinx theme alabaster to avoid make html error
parent
bd1d38ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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