summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-26 23:57:54 -0500
committerMichael Merickel <michael@merickel.org>2017-06-26 23:57:54 -0500
commita50e781df121bc079e7e4ea9b6216b9f5ef5d36b (patch)
tree43b32fac1fe9294ea8c15e88edaa5fd4806910b1 /docs/conf.py
parentd826df0b03011f46ee4d92b446e6ff19db9831b4 (diff)
downloadpyramid-a50e781df121bc079e7e4ea9b6216b9f5ef5d36b.tar.gz
pyramid-a50e781df121bc079e7e4ea9b6216b9f5ef5d36b.tar.bz2
pyramid-a50e781df121bc079e7e4ea9b6216b9f5ef5d36b.zip
docs are latest
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 68d23a651..d3a9714d4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -159,7 +159,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='true',
+ in_progress='false',
# On branches previous to "latest": true; else: false.
outdated='false',
)