summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-11-26 23:11:40 -0500
committerBlaise Laflamme <blaise@laflamme.org>2010-11-26 23:11:40 -0500
commitf6cc0a1f11288be0b51efdd84961aaf88fae2c28 (patch)
tree3c3ff42a87856043e41136bc95352c7fcc26a6e3
parent6332aafcfd15dba31cb4a3c62207dfbce485d133 (diff)
downloadpyramid-f6cc0a1f11288be0b51efdd84961aaf88fae2c28.tar.gz
pyramid-f6cc0a1f11288be0b51efdd84961aaf88fae2c28.tar.bz2
pyramid-f6cc0a1f11288be0b51efdd84961aaf88fae2c28.zip
Updated docs for new theme
-rw-r--r--docs/_static/pylons.png (renamed from docs/_static/pyramid.png)bin4063 -> 4063 bytes
-rw-r--r--docs/conf.py6
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/_static/pyramid.png b/docs/_static/pylons.png
index 53f83e4d0..53f83e4d0 100644
--- a/docs/_static/pyramid.png
+++ b/docs/_static/pylons.png
Binary files differ
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.