diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-09 04:57:09 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-09 04:57:09 -0500 |
| commit | 7e2ed7a57fb09ad04e8a807a88f048c2b5c60351 (patch) | |
| tree | f32a74b7418f94fec56b8fb7749622ee1ec6935e /docs | |
| parent | 7bf4e11335893a95aabbda035c35804b59e037f5 (diff) | |
| download | pyramid-7e2ed7a57fb09ad04e8a807a88f048c2b5c60351.tar.gz pyramid-7e2ed7a57fb09ad04e8a807a88f048c2b5c60351.tar.bz2 pyramid-7e2ed7a57fb09ad04e8a807a88f048c2b5c60351.zip | |
remove risky tag
Diffstat (limited to 'docs')
| -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 e0954f19a..d55f14845 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,7 +161,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 |
