diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-01-29 22:46:26 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-01-29 22:46:26 -0800 |
| commit | ba616f4c5d0404e3fb5e4384053259adba643ad1 (patch) | |
| tree | eb4f07d40fbd36ea14f1f2a21bbaaac39e102288 /docs | |
| parent | 4de5a2eab1e767d3bfa55738f7359cc1e4f0de93 (diff) | |
| parent | bd88dcd361a7a25450ee4abb7416b83cddd93ee2 (diff) | |
| download | pyramid-ba616f4c5d0404e3fb5e4384053259adba643ad1.tar.gz pyramid-ba616f4c5d0404e3fb5e4384053259adba643ad1.tar.bz2 pyramid-ba616f4c5d0404e3fb5e4384053259adba643ad1.zip | |
Merge pull request #2307 from stevepiercy/master
add update docs/conf.py for RELEASING.txt
Diffstat (limited to 'docs')
| -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 |
