summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
committerChris Dent <cdent@anticdent.org>2018-10-24 13:37:51 +0100
commitdc73d5573e6c415fd5589309875221343755fa7b (patch)
tree659efa35be8d698bc4c552ad66a92a28688d5ed2 /docs/conf.py
parent8c174186edba0ab407e18cd5130d3bbb7a939416 (diff)
downloadpaste-git-fix-docs.tar.gz
Prepare docs for publishing to RTFDfix-docs
We'd like to have a stable location for documentation. The destination will be https://pythonpaste.readthedocs.io This change also tries to make sure that there are sufficient warnings throughout about the status of Paste.
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 e035d50..a2a2f86 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,7 +24,7 @@ import sys
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 = '.txt'