diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2017-03-29 19:52:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 19:52:38 +0200 |
| commit | 49615acb1db1358e3fb7082f482dc62f7e41c692 (patch) | |
| tree | a8caccc2307423d9a8ce6e28c566a9e588d78f95 /docs/conf.py | |
| parent | bf2c11f8a9f14b2553892df92b4d6e44fc21d2a2 (diff) | |
| parent | 4799fcb34f1319615666fb0663bbb6cb12e8a4d1 (diff) | |
| download | ihatemoney-mirror-49615acb1db1358e3fb7082f482dc62f7e41c692.zip ihatemoney-mirror-49615acb1db1358e3fb7082f482dc62f7e41c692.tar.gz ihatemoney-mirror-49615acb1db1358e3fb7082f482dc62f7e41c692.tar.bz2 | |
Merge pull request #192 from JocelynDelalande/jd-remove-warnings
Warnings hunt !
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 1 |
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 } |
