aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJocelyn Delalande <jocelyn@crapouillou.net>2017-03-29 15:36:04 +0200
committerJocelyn Delalande <jocelyn@crapouillou.net>2017-03-29 15:36:04 +0200
commit4799fcb34f1319615666fb0663bbb6cb12e8a4d1 (patch)
treea8caccc2307423d9a8ce6e28c566a9e588d78f95
parent95d0c71827502f6e5ab0f5280176d07725073858 (diff)
downloadihatemoney-mirror-4799fcb34f1319615666fb0663bbb6cb12e8a4d1.zip
ihatemoney-mirror-4799fcb34f1319615666fb0663bbb6cb12e8a4d1.tar.gz
ihatemoney-mirror-4799fcb34f1319615666fb0663bbb6cb12e8a4d1.tar.bz2
Remove unused sphinx option
It was triggering a warning : > copying static files... WARNING: html_static_path entry u'/home/jocelyn/dev/ihatemoney/docs/_static' does not exist To my knowledge it was not used, and the _static dir do not even exist. Let me know if I am wrong.
-rw-r--r--docs/conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 17f693a..332c3de 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -16,5 +16,4 @@ pygments_style = 'sphinx'
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'pelican'
-html_static_path = ['_static']
html_theme_options = { 'nosidebar': True }