diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2010-11-29 16:41:33 -0500 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2010-11-29 16:41:33 -0500 |
| commit | cc19a8528ce38b5947bd0cb41ffc39fda03938c4 (patch) | |
| tree | 622b27f9ab5c31c212dfe6ee381c4e425016a805 /docs/conf.py | |
| parent | 6edcaca6130518bced8d1467282181fee78d799e (diff) | |
| download | pyramid-cc19a8528ce38b5947bd0cb41ffc39fda03938c4.tar.gz pyramid-cc19a8528ce38b5947bd0cb41ffc39fda03938c4.tar.bz2 pyramid-cc19a8528ce38b5947bd0cb41ffc39fda03938c4.zip | |
Updated docs to use pyramid theme
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py index 73de08d65..ab0234cb5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,7 +111,7 @@ add_module_names = False #pygments_style = book and 'bw' or 'tango' # The default language to highlight source code in. -highlight_language = 'guess' +#highlight_language = 'guess' # Options for HTML output # ----------------------- @@ -119,7 +119,7 @@ highlight_language = 'guess' # Add and use Pylons theme sys.path.append(os.path.abspath('_themes')) html_theme_path = ['_themes'] -html_theme = 'pylons' +html_theme = 'pyramid' # 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 @@ -131,21 +131,21 @@ html_theme = 'pylons' html_title = 'The Pyramid Web Application Development Framework v%s' % release # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = 'Home' +#html_short_title = 'Home' # 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/pyramid.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 = '_static/pyramid.ico' +#html_favicon = '_static/pyramid.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, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +#html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. @@ -204,7 +204,7 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -latex_logo = '_static/pylons_small.png' +#latex_logo = '_static/pylons_small.png' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. |
