From db296489568259a38bc614a1fcc4b504a2ffc983 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 21 Jun 2017 14:03:16 +0200 Subject: 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 --- docs/conf.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/conf.py') 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 } -- cgit v1.1