Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.py b/conf.py
index d9cf36b..21329b4 100644
--- a/conf.py
+++ b/conf.py
@@ -13,7 +13,7 @@
# serve to show the default.
import sys, os
-#import sphinx_bootstrap_theme
+import sphinx_bootstrap_theme
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -93,7 +93,7 @@ pygments_style = 'sphinx'
# Activate the theme.
sys.path.append(os.path.abspath('_themes'))
-#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
+html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
html_theme = 'bootstrap'
# Theme options are theme-specific and customize the look and feel of a theme