From 82072559d40ac0ed1e13c3a8993cc82705e7a574 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 11 Jan 2014 00:40:31 +0000 Subject: Correct Sphinx template paths --- src/build-data/sphinx/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/build-data/sphinx/conf.py b/src/build-data/sphinx/conf.py index 4207c0553..aa6b33c4f 100644 --- a/src/build-data/sphinx/conf.py +++ b/src/build-data/sphinx/conf.py @@ -27,10 +27,10 @@ needs_sphinx = '1.1' extensions = ['sphinx.ext.extlinks'] -templates_path = ['_sphinx/templates'] +templates_path = ['templates'] if is_website_build and use_disqus: - templates_path += ['_sphinx/disqus'] + templates_path += ['disqus'] files_dir = 'http://files.randombit.net/botan' -- cgit v1.2.3