summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-10-31 01:22:49 -0500
committerMichael Merickel <michael@merickel.org>2018-10-31 01:22:49 -0500
commit26ff2bf625f426f90abb313e9e028fc16308d105 (patch)
tree7936ec2601fec8ec72d5047cb9af42839109da92 /docs/conf.py
parent5fa8d88f610a56df10139f761004c702c6cadd28 (diff)
downloadpyramid-26ff2bf625f426f90abb313e9e028fc16308d105.tar.gz
pyramid-26ff2bf625f426f90abb313e9e028fc16308d105.tar.bz2
pyramid-26ff2bf625f426f90abb313e9e028fc16308d105.zip
move master to 2.0.dev0
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a101aa503..15cffb1eb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -157,7 +157,7 @@ html_theme_options = dict(
github_url='https://github.com/Pylons/pyramid',
# On master branch and new branch still in
# pre-release status: true; else: false.
- in_progress='false',
+ in_progress='true',
# On branches previous to "latest": true; else: false.
outdated='false',
)