diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2011-03-06 15:12:14 -0500 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2011-03-06 15:12:14 -0500 |
commit | 90eddc05b5e2a1db00016f6bd1cc4564ec49f4a7 (patch) | |
tree | cc7d5550845301252589435509ba2f636bfddaff /docs/source/conf.py | |
parent | 5f8c334ad3dd39994b0de91ea4a745b235819b0f (diff) | |
download | pecan-90eddc05b5e2a1db00016f6bd1cc4564ec49f4a7.tar.gz |
More documentation updates - changing our default theme to Sphinx's "Nature" theme.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 8b23d64..3248bc7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'nature' # 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 |