diff options
| author | Gael Pasgrimaud <gael@gawel.org> | 2012-11-13 01:12:31 +0100 |
|---|---|---|
| committer | Gael Pasgrimaud <gael@gawel.org> | 2012-11-13 01:12:31 +0100 |
| commit | 86488d6d8aeaed6d18bb36620401e495e393f83d (patch) | |
| tree | 5475540ac2c0cf2df406a7428c5f622cd4dda68f /docs/conf.py | |
| parent | e93c031a863711e54c91d95afb9553007621398e (diff) | |
| download | webtest-86488d6d8aeaed6d18bb36620401e495e393f83d.tar.gz | |
use pylons theme
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 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') |
