diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-01-21 22:39:31 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-21 22:39:31 -0800 |
| commit | 18c213c6f218ebd3bc75409d5a3e204f1631803a (patch) | |
| tree | 566f5b10c62665830bdc7d52bccfffca6fd84b95 | |
| parent | b38bbfb1b64a38e04490aaf3ed061067968c42f5 (diff) | |
| parent | 5a0d1e7b90223f4954b47e710953f8d680088589 (diff) | |
| download | pyramid-18c213c6f218ebd3bc75409d5a3e204f1631803a.tar.gz pyramid-18c213c6f218ebd3bc75409d5a3e204f1631803a.tar.bz2 pyramid-18c213c6f218ebd3bc75409d5a3e204f1631803a.zip | |
Merge pull request #2909 from stevepiercy/master
forward port item for pylons_sphinx_latesturl
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index d61df6580..df58064e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -146,6 +146,7 @@ if book: # 'whatsnew-1.5': 'index', # 'whatsnew-1.6': 'index', # 'whatsnew-1.7': 'index', +# 'whatsnew-1.8': 'index', # 'tutorials/gae/index': 'index', # 'api/chameleon_text': 'api', # 'api/chameleon_zpt': 'api', |
