From 77a86bfbb388f83dd37fb20b9e6b429bd535942e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 14 Feb 2012 22:13:30 -0500 Subject: [PATCH] use pylons theme, not pyramid --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2348794..1a1e9f0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -109,7 +109,7 @@ if 'sphinx-build' in ' '.join(sys.argv): # protect against dumb importers sys.path.append(os.path.abspath('_themes')) html_theme_path = ['_themes'] -html_theme = 'pyramid' +html_theme = 'pylons' html_theme_options = dict(github_url='https://github.com/Pylons/colander') # The style sheet to use for HTML and HTML Help pages. A file of that name