diff options
| author | Chris McDonough <chrism@plope.com> | 2015-04-15 09:51:18 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2015-04-15 09:51:18 -0400 |
| commit | 59a64567f7d123c10ed7674de0643e4b88c5b138 (patch) | |
| tree | b10a40c63c8903a300751c2e2bcf8b64ffaaf068 /docs/conf.py | |
| parent | 9295929fc84008cdadd1c1625bedfe8384fbd044 (diff) | |
| parent | 4d83ea47111a6661f0f7af7c2de8b85773df75d0 (diff) | |
| download | pyramid-59a64567f7d123c10ed7674de0643e4b88c5b138.tar.gz pyramid-59a64567f7d123c10ed7674de0643e4b88c5b138.tar.bz2 pyramid-59a64567f7d123c10ed7674de0643e4b88c5b138.zip | |
Merge branch '1.6-branch'
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 fa4578275..65c0e3a8b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -159,7 +159,7 @@ html_theme_path = ['_themes'] html_theme = 'pyramid' html_theme_options = dict( github_url='https://github.com/Pylons/pyramid', - in_progress='true', + in_progress='false', ) # The name for this set of Sphinx documents. If None, it defaults to |
