summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-06-26 20:50:08 -0400
committerChris McDonough <chrism@plope.com>2011-06-26 20:50:08 -0400
commita5ad9e9407bdd41681f4cd3b17b884e16681ebe5 (patch)
treead1aa73118f0053ced3e284778fa638815e56f8a /docs
parent1ba6fe34b9f37594d926cc63b6219ad61dbeebb6 (diff)
parent82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9 (diff)
downloadpyramid-a5ad9e9407bdd41681f4cd3b17b884e16681ebe5.tar.gz
pyramid-a5ad9e9407bdd41681f4cd3b17b884e16681ebe5.tar.bz2
pyramid-a5ad9e9407bdd41681f4cd3b17b884e16681ebe5.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 02f0339b5..86a92badd 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -140,6 +140,10 @@ sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'pyramid'
+html_theme_options = {
+ 'github_url': 'https://github.com/Pylons/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
# given in html_static_path.