Activate that sexy theme ;P

[ci skip]
This commit is contained in:
Mike Helmick 2013-06-07 15:31:56 -04:00
parent 4958e02f33
commit 06922b7ca6

View file

@ -11,8 +11,6 @@
# All configuration values have a default; values that are commented out # All configuration values have a default; values that are commented out
# serve to show the default. # serve to show the default.
#import sphinx_bootstrap_theme
import sys, os import sys, os
# If extensions (or modules to document with autodoc) are in another directory, # 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 # Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # 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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
@ -241,6 +239,8 @@ texinfo_documents = [
# Activate the theme. # Activate the theme.
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'basicstrap' html_theme = 'basicstrap'
html_theme_options = { html_theme_options = {
'inner_theme': True, 'inner_theme': True,