diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-29 22:43:22 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-29 22:43:22 -0800 |
| commit | bd88dcd361a7a25450ee4abb7416b83cddd93ee2 (patch) | |
| tree | eb4f07d40fbd36ea14f1f2a21bbaaac39e102288 /docs/conf.py | |
| parent | a9f92bebb31eeeb43fc79eef132567c9abdb3719 (diff) | |
| download | pyramid-bd88dcd361a7a25450ee4abb7416b83cddd93ee2.tar.gz pyramid-bd88dcd361a7a25450ee4abb7416b83cddd93ee2.tar.bz2 pyramid-bd88dcd361a7a25450ee4abb7416b83cddd93ee2.zip | |
update instructions for major release in conf.py html_theme_options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 073811eca..4cac1e913 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -129,7 +129,10 @@ html_theme = 'pyramid' html_theme_path = pylons_sphinx_themes.get_html_themes_path() html_theme_options = dict( github_url='https://github.com/Pylons/pyramid', + # on master branch true, else false in_progress='true', + # on previous branches/major releases true, else false + outdated='false', ) # The name for this set of Sphinx documents. If None, it defaults to |
