From a705a45033828facb16ffc9be732d663f68b84c1 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Sat, 30 Mar 2013 05:26:40 +0000 Subject: Properly find theme. --- (limited to 'conf.py') 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 -- cgit v0.9.1