summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-05-15 23:19:19 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-05-15 23:19:19 -0400
commitba45b9d8904c3982ebe1a0bc0290b36f859f23c2 (patch)
tree61f421cece631b22e60adc9e130e74421fa397bc /docs/conf.py
parent9fd70c209b0e295840bc9399f5343703c528f189 (diff)
downloadpython-requests-ba45b9d8904c3982ebe1a0bc0290b36f859f23c2.tar.gz
Major docs cleanup
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a2f5d9de..2d5c1460 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -43,7 +43,7 @@ master_doc = 'index'
# General information about the project.
project = u'Requests'
-copyright = u'2011. A Kenneth Reitz Project'
+copyright = u'2011. A <a href="http://kennethreitz.com">Kenneth Reitz</a> Project'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -114,6 +114,7 @@ html_theme = 'default'
# of the sidebar.
#html_logo = None
+
# 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.
@@ -133,7 +134,12 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+# Custom sidebar templates, maps document names to template names.
+html_sidebars = {
+ 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'],
+ '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html',
+ 'sourcelink.html', 'searchbox.html']
+}
# Additional templates that should be rendered to pages, maps page names to
# template names.