summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2011-06-26 20:49:26 -0400
committerBlaise Laflamme <blaise@laflamme.org>2011-06-26 20:49:26 -0400
commit82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9 (patch)
treead1aa73118f0053ced3e284778fa638815e56f8a /docs/conf.py
parent1ba6fe34b9f37594d926cc63b6219ad61dbeebb6 (diff)
downloadpyramid-82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9.tar.gz
pyramid-82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9.tar.bz2
pyramid-82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9.zip
added github url option in docs conf for ribbon
Diffstat (limited to 'docs/conf.py')
-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.