aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2017-06-21 14:03:16 +0200
committerGitHub <noreply@github.com>2017-06-21 14:03:16 +0200
commitdb296489568259a38bc614a1fcc4b504a2ffc983 (patch)
tree086d5431ffd9c310954593ed837f4632b5aa4a1d /docs/conf.py
parent93235cfc507e60898cf92252d5aa11360d0b8cf6 (diff)
downloadihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.zip
ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.gz
ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.bz2
Re-organize the documentation (#223)
* Re-organize the documentation * Fix encoding errors for python 2 * Document the dependencies. Fixes #199 * Add a make update command. Fixes #211
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 332c3de..176f694 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,8 +12,3 @@ release = '1.0'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
-
-sys.path.append(os.path.abspath('_themes'))
-html_theme_path = ['_themes']
-html_theme = 'pelican'
-html_theme_options = { 'nosidebar': True }