From 06922b7ca6ae97a201f6245c652ab162e541ff17 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Fri, 7 Jun 2013 15:31:56 -0400 Subject: [PATCH] Activate that sexy theme ;P [ci skip] --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dc48fb5..7a89c0c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,8 +11,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -#import sphinx_bootstrap_theme - import sys, os # If extensions (or modules to document with autodoc) are in another directory, @@ -29,7 +27,7 @@ import twython # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinxjp.themecore'] +extensions = ['sphinx.ext.autodoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -241,6 +239,8 @@ texinfo_documents = [ # Activate the theme. +sys.path.append(os.path.abspath('_themes')) +html_theme_path = ['_themes'] html_theme = 'basicstrap' html_theme_options = { 'inner_theme': True,