diff options
author | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2018-10-24 13:37:51 +0100 |
commit | dc73d5573e6c415fd5589309875221343755fa7b (patch) | |
tree | 659efa35be8d698bc4c552ad66a92a28688d5ed2 /docs/conf.py | |
parent | 8c174186edba0ab407e18cd5130d3bbb7a939416 (diff) | |
download | paste-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.py | 2 |
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' |