diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_static/pylons.png (renamed from docs/_static/pyramid.png) | bin | 4063 -> 4063 bytes | |||
| -rw-r--r-- | docs/conf.py | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/_static/pyramid.png b/docs/_static/pylons.png Binary files differindex 53f83e4d0..53f83e4d0 100644 --- a/docs/_static/pyramid.png +++ b/docs/_static/pylons.png 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. |
