summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 04:19:27 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 04:19:27 -0800
commit51598458f205877cb1c574e71ffa5a84a1165b6e (patch)
treea39812b593a956af2a62572631ae22424eff54e5
parentd601938327025ab4dc83a722301eecac4a5ea32d (diff)
downloadpastedeploy-git-51598458f205877cb1c574e71ffa5a84a1165b6e.tar.gz
Comment out templates path as it is not used
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d89e68b..7cffcb2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ import pylons_sphinx_themes
extensions = ['sphinx.ext.autodoc']
# Add any paths that contain templates here, relative to this directory.
-templates_path = ['_templates']
+# templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'