summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2012-11-13 01:12:31 +0100
committerGael Pasgrimaud <gael@gawel.org>2012-11-13 01:12:31 +0100
commit86488d6d8aeaed6d18bb36620401e495e393f83d (patch)
tree5475540ac2c0cf2df406a7428c5f622cd4dda68f /docs/conf.py
parente93c031a863711e54c91d95afb9553007621398e (diff)
downloadwebtest-86488d6d8aeaed6d18bb36620401e495e393f83d.tar.gz
use pylons theme
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 2aeeebd..61fa82f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -274,5 +274,5 @@ if on_rtd:
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/webtest')