From 82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 26 Jun 2011 20:49:26 -0400 Subject: added github url option in docs conf for ribbon --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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. -- cgit v1.2.3