diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2011-06-26 20:49:26 -0400 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2011-06-26 20:49:26 -0400 |
| commit | 82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9 (patch) | |
| tree | ad1aa73118f0053ced3e284778fa638815e56f8a /docs | |
| parent | 1ba6fe34b9f37594d926cc63b6219ad61dbeebb6 (diff) | |
| download | pyramid-82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9.tar.gz pyramid-82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9.tar.bz2 pyramid-82ec1b881a61c94b6fb3066a2ac6b686eb0b2bd9.zip | |
added github url option in docs conf for ribbon
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 4 |
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. |
