diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2010-10-31 14:30:07 -0400 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2010-10-31 14:30:07 -0400 |
| commit | 957548026a0b8580fc867c595f278598779124f9 (patch) | |
| tree | b4cb324394cbbe84e61ae1d2ba9b2514926375ad /docs/conf.py | |
| parent | 89c86defb2ed87ea7f3a189451aaa8ca25f27e52 (diff) | |
| download | pyramid-957548026a0b8580fc867c595f278598779124f9.tar.gz pyramid-957548026a0b8580fc867c595f278598779124f9.tar.bz2 pyramid-957548026a0b8580fc867c595f278598779124f9.zip | |
Updated doc template as a theme - look at pylons_sphinx_theme
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index bc424b111..5b1447a21 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,17 +93,20 @@ add_module_names = False #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = book and 'bw' or 'tango' +#pygments_style = book and 'bw' or 'tango' # Options for HTML output # ----------------------- -html_theme = "nature" +# Add and use Pylons theme +sys.path.append(os.path.abspath('_themes')) +html_theme_path = ['_themes'] +html_theme = 'pylons' # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths # given in html_static_path. -html_style = 'pyramid.css' +#html_style = 'pyramid.css' # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". @@ -114,12 +117,12 @@ html_title = 'The Pyramid Web Application Development Framework v%s' % release # The name of an image file (within the static path) to place at the top of # the sidebar. -html_logo = '_static/pyramid.png' +#html_logo = '_static/pylons.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +#html_favicon = '_static/favicon.ico' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, |
