summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-23 20:29:14 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-23 20:29:14 -0400
commit73e379cc55ac1e9ec63c4ac30b75ecc82418f513 (patch)
treeee65ef54e8eaf07817746057000486e773b83ce4 /docs/conf.py
parentcca3e01b03fe60945c4a01b8c23bcfa7ff0842b7 (diff)
downloadpython-setuptools-git-73e379cc55ac1e9ec63c4ac30b75ecc82418f513.tar.gz
Use canonical extension for docs.
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 12520586..673b6ba5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -17,16 +17,9 @@ extensions = ['jaraco.packaging.sphinx', 'rst.linker']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
-# The suffix of source filenames.
-source_suffix = '.txt'
-
# The master toctree document.
master_doc = 'index'
-# A list of glob-style patterns that should be excluded
-# when looking for source files.
-exclude_patterns = ['requirements.txt']
-
# List of directories, relative to source directory, that shouldn't be searched
# for source files.
exclude_trees = []