From 862a265e9274239ca835745dea8c5bc4b42910f2 Mon Sep 17 00:00:00 2001 From: Blaise Laflamme Date: Sun, 27 Nov 2011 12:41:50 -0500 Subject: fixed github url --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6443ed17e..b40d3f08d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,7 +161,7 @@ sys.path.append(os.path.abspath('_themes')) html_theme_path = ['_themes'] html_theme = 'pyramid' html_theme_options = dict( - github_url='https://github.com/Pylons/pyramid_tutorials', + github_url='https://github.com/Pylons/pyramid', in_progress='true' ) # The style sheet to use for HTML and HTML Help pages. A file of that name -- cgit v1.2.3