diff options
| author | Michael Merickel <michael@merickel.org> | 2021-02-28 21:15:39 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2021-02-28 21:21:19 -0600 |
| commit | 2556b870e2e2ac39d087ea56e9a68c2464a12cd4 (patch) | |
| tree | 18f5837a617db4642c0c0e3cd9dcc8f7421f7d16 | |
| parent | a05fd8387b79a777192d0679ace659495b2eb8df (diff) | |
| download | pyramid-2556b870e2e2ac39d087ea56e9a68c2464a12cd4.tar.gz pyramid-2556b870e2e2ac39d087ea56e9a68c2464a12cd4.tar.bz2 pyramid-2556b870e2e2ac39d087ea56e9a68c2464a12cd4.zip | |
add pre-commented forward
| -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 a03c61ec7..053dacbac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -142,6 +142,7 @@ if book: # 'whatsnew-1.8': 'index', # 'whatsnew-1.9': 'index', # 'whatsnew-1.10': 'index', +# 'whatsnew-2.0': 'index', # 'tutorials/gae/index': 'index', # 'api/chameleon_text': 'api', # 'api/chameleon_zpt': 'api', |
