summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2011-11-26 19:17:51 -0500
committerBlaise Laflamme <blaise@laflamme.org>2011-11-26 19:17:51 -0500
commita3a2186ab501f68de43c76d7d30194169360dc0e (patch)
tree4f4991bb58961b344914a333348bd86ab4c5e05d /docs/conf.py
parent7613a6441f273ccc5642e20b2ce5788d01291466 (diff)
downloadpyramid-a3a2186ab501f68de43c76d7d30194169360dc0e.tar.gz
pyramid-a3a2186ab501f68de43c76d7d30194169360dc0e.tar.bz2
pyramid-a3a2186ab501f68de43c76d7d30194169360dc0e.zip
gardening… dumb me :(
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 4010cf111..895f80344 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -146,7 +146,7 @@ html_theme_path = ['_themes']
html_theme = 'pyramid'
html_theme_options = {
- 'github_url': 'https://github.com/Pylons/pyramid'
+ 'github_url': 'https://github.com/Pylons/pyramid',
'in_progress': True
}