summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-11-29 16:41:33 -0500
committerBlaise Laflamme <blaise@laflamme.org>2010-11-29 16:41:33 -0500
commitcc19a8528ce38b5947bd0cb41ffc39fda03938c4 (patch)
tree622b27f9ab5c31c212dfe6ee381c4e425016a805 /docs/conf.py
parent6edcaca6130518bced8d1467282181fee78d799e (diff)
downloadpyramid-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.py14
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.