summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 020880a13..a101aa503 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -145,6 +145,7 @@ if book:
# 'whatsnew-1.7': 'index',
# 'whatsnew-1.8': 'index',
# 'whatsnew-1.9': 'index',
+# 'whatsnew-1.10': 'index',
# 'tutorials/gae/index': 'index',
# 'api/chameleon_text': 'api',
# 'api/chameleon_zpt': 'api',
@@ -156,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='true',
+ in_progress='false',
# On branches previous to "latest": true; else: false.
outdated='false',
)