diff options
| author | Blaise Laflamme <blaise@laflamme.org> | 2013-05-03 20:12:04 -0700 |
|---|---|---|
| committer | Blaise Laflamme <blaise@laflamme.org> | 2013-05-03 20:12:04 -0700 |
| commit | ad4b961b56e645d1245e52df20d4f41c4d15afee (patch) | |
| tree | 5cbd5b87c63e94b4f6f69a0abd8913374a32f0cd | |
| parent | 3ae87810aae47f92cb0e8fe6db01464d6ffecd59 (diff) | |
| parent | 92deb60fdabc7092e21a0a1c48bf1b10788c7346 (diff) | |
| download | pyramid-ad4b961b56e645d1245e52df20d4f41c4d15afee.tar.gz pyramid-ad4b961b56e645d1245e52df20d4f41c4d15afee.tar.bz2 pyramid-ad4b961b56e645d1245e52df20d4f41c4d15afee.zip | |
Merge pull request #1009 from sontek/make_docs_risky
docs should be risky in master!
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 67e02471f..84b01a791 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -170,7 +170,7 @@ html_theme_path = ['_themes'] html_theme = 'pyramid' html_theme_options = dict( github_url='https://github.com/Pylons/pyramid', -# in_progress='true', + in_progress='true', ) # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths |
