From 5fa8d88f610a56df10139f761004c702c6cadd28 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 31 Oct 2018 00:32:36 -0500 Subject: prep 1.10 --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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', ) -- cgit v1.2.3