diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-27 21:40:59 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-27 21:40:59 -0500 |
| commit | 43eb02a0ad067ffe32bf69a351ca0dce3f5a216c (patch) | |
| tree | 67c136c2136ad6d016bc35d6b9a5de410d1e8740 /docs/conf.py | |
| parent | 87f4a7cb32c9e89c914925f5cf4262834a1dd6d6 (diff) | |
| parent | aa3306e314fc951b9ed9b007f2e9e9aff7ad05ea (diff) | |
| download | pyramid-43eb02a0ad067ffe32bf69a351ca0dce3f5a216c.tar.gz pyramid-43eb02a0ad067ffe32bf69a351ca0dce3f5a216c.tar.bz2 pyramid-43eb02a0ad067ffe32bf69a351ca0dce3f5a216c.zip | |
Merge branch 'master' into twophase
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index e520c9d82..653f7ab15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,11 +128,11 @@ 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 = None +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/pylons.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 @@ -201,7 +201,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/pyramid.png' +latex_logo = '_static/pylons_small.png' # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. |
