aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-11 00:40:31 +0000
committerlloyd <[email protected]>2014-01-11 00:40:31 +0000
commit82072559d40ac0ed1e13c3a8993cc82705e7a574 (patch)
treef8e1e0f43c5401910786ee050190e4d606c04423 /src/build-data
parentc691530064534882c7f43d996bb200e0c8d3d57f (diff)
Correct Sphinx template paths
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/sphinx/conf.py4
1 files changed, 2 insertions, 2 deletions
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'