Skip to content

Commit

Permalink
switch to bootstrap for the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed Feb 8, 2012
1 parent 6f70271 commit 9d6974c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added docs/_themes/bootstrap.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion docs/conf.py
Expand Up @@ -16,6 +16,7 @@
import http
except ImportError:
sys.path.append(os.path.abspath('../'))
sys.path.append(os.path.abspath('_themes'))

# 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
Expand Down Expand Up @@ -95,7 +96,8 @@

# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'default'
html_theme_path = ['_themes']
html_theme = 'bootstrap'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 9d6974c

Please sign in to comment.