summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-11-27 22:04:31 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-11-27 22:04:31 -0700
commitcc0f6a2cf76e5cee3678446b0e226367dc96d158 (patch)
tree2e9ce26cd0ab997d5ed18a0976dd2cda30057d57 /docs/conf.py
parentef921f9724c9810f0147a10a5d5b9112bc2e9ce1 (diff)
parentb5f8a5ee066c39fb6be2f677551fd4211670b2de (diff)
downloadpyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.gz
pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.tar.bz2
pyramid-cc0f6a2cf76e5cee3678446b0e226367dc96d158.zip
Merge https://github.com/Pylons/pyramid
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e520c9d82..3de2f7ac4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -110,6 +110,9 @@ add_module_names = False
# The name of the Pygments (syntax highlighting) style to use.
#pygments_style = book and 'bw' or 'tango'
+# The default language to highlight source code in.
+highlight_language = 'guess'
+
# Options for HTML output
# -----------------------
@@ -128,11 +131,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 +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/pyramid.png'
+latex_logo = '_static/pylons_small.png'
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.