aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
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 }