diff options
| author | Chris McDonough <chrism@plope.com> | 2012-09-16 23:37:14 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-09-16 23:37:14 -0400 |
| commit | 2389c332c63d0fedf5b65d45b0db55cb9c601818 (patch) | |
| tree | 2e609d8663d69f38b2ef45a841ec851e74e51ace /docs/conf.py | |
| parent | 8c51dfc02a889f0296df6455d0b62a2c805e39ec (diff) | |
| download | pyramid-2389c332c63d0fedf5b65d45b0db55cb9c601818.tar.gz pyramid-2389c332c63d0fedf5b65d45b0db55cb9c601818.tar.bz2 pyramid-2389c332c63d0fedf5b65d45b0db55cb9c601818.zip | |
no longer in progress
Diffstat (limited to 'docs/conf.py')
| -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 65d1cb83b..7abae7a85 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -160,7 +160,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 |
