summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
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',
)