diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-23 20:29:14 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-09-23 20:29:14 -0400 |
commit | 73e379cc55ac1e9ec63c4ac30b75ecc82418f513 (patch) | |
tree | ee65ef54e8eaf07817746057000486e773b83ce4 | |
parent | cca3e01b03fe60945c4a01b8c23bcfa7ff0842b7 (diff) | |
download | python-setuptools-git-73e379cc55ac1e9ec63c4ac30b75ecc82418f513.tar.gz |
Use canonical extension for docs.
-rw-r--r-- | docs/build_meta.rst (renamed from docs/build_meta.txt) | 0 | ||||
-rw-r--r-- | docs/conf.py | 7 | ||||
-rw-r--r-- | docs/deprecated/distutils-legacy.rst (renamed from docs/deprecated/distutils-legacy.txt) | 0 | ||||
-rw-r--r-- | docs/deprecated/easy_install.rst (renamed from docs/deprecated/easy_install.txt) | 0 | ||||
-rw-r--r-- | docs/deprecated/functionalities.rst (renamed from docs/deprecated/functionalities.txt) | 0 | ||||
-rw-r--r-- | docs/deprecated/index.rst (renamed from docs/deprecated/index.txt) | 0 | ||||
-rw-r--r-- | docs/deprecated/python3.rst (renamed from docs/deprecated/python3.txt) | 0 | ||||
-rw-r--r-- | docs/deprecated/python_eggs.rst (renamed from docs/deprecated/python_eggs.txt) | 0 | ||||
-rw-r--r-- | docs/developer-guide.rst (renamed from docs/developer-guide.txt) | 0 | ||||
-rw-r--r-- | docs/development.rst (renamed from docs/development.txt) | 0 | ||||
-rw-r--r-- | docs/history.rst (renamed from docs/history.txt) | 0 | ||||
-rw-r--r-- | docs/index.rst (renamed from docs/index.txt) | 0 | ||||
-rw-r--r-- | docs/pkg_resources.rst (renamed from docs/pkg_resources.txt) | 0 | ||||
-rw-r--r-- | docs/python 2 sunset.rst (renamed from docs/python 2 sunset.txt) | 0 | ||||
-rw-r--r-- | docs/references/keywords.rst (renamed from docs/references/keywords.txt) | 0 | ||||
-rw-r--r-- | docs/releases.rst (renamed from docs/releases.txt) | 0 | ||||
-rw-r--r-- | docs/roadmap.rst (renamed from docs/roadmap.txt) | 0 | ||||
-rw-r--r-- | docs/setuptools.rst (renamed from docs/setuptools.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/commands.rst (renamed from docs/userguide/commands.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/datafiles.rst (renamed from docs/userguide/datafiles.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/declarative_config.rst (renamed from docs/userguide/declarative_config.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/dependency_management.rst (renamed from docs/userguide/dependency_management.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/development_mode.rst (renamed from docs/userguide/development_mode.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/distribution.rst (renamed from docs/userguide/distribution.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/entry_point.rst (renamed from docs/userguide/entry_point.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/extension.rst (renamed from docs/userguide/extension.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/functionalities_rewrite.rst (renamed from docs/userguide/functionalities_rewrite.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/index.rst (renamed from docs/userguide/index.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/keywords.rst (renamed from docs/userguide/keywords.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/miscellaneous.rst (renamed from docs/userguide/miscellaneous.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/package_discovery.rst (renamed from docs/userguide/package_discovery.txt) | 0 | ||||
-rw-r--r-- | docs/userguide/quickstart.rst (renamed from docs/userguide/quickstart.txt) | 0 |
32 files changed, 0 insertions, 7 deletions
diff --git a/docs/build_meta.txt b/docs/build_meta.rst index fcc2b7fe..fcc2b7fe 100644 --- a/docs/build_meta.txt +++ b/docs/build_meta.rst 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 = [] diff --git a/docs/deprecated/distutils-legacy.txt b/docs/deprecated/distutils-legacy.rst index a5d96260..a5d96260 100644 --- a/docs/deprecated/distutils-legacy.txt +++ b/docs/deprecated/distutils-legacy.rst diff --git a/docs/deprecated/easy_install.txt b/docs/deprecated/easy_install.rst index fac7b8fc..fac7b8fc 100644 --- a/docs/deprecated/easy_install.txt +++ b/docs/deprecated/easy_install.rst diff --git a/docs/deprecated/functionalities.txt b/docs/deprecated/functionalities.rst index c6ea83b3..c6ea83b3 100644 --- a/docs/deprecated/functionalities.txt +++ b/docs/deprecated/functionalities.rst diff --git a/docs/deprecated/index.txt b/docs/deprecated/index.rst index a655b219..a655b219 100644 --- a/docs/deprecated/index.txt +++ b/docs/deprecated/index.rst diff --git a/docs/deprecated/python3.txt b/docs/deprecated/python3.rst index 6b55fe78..6b55fe78 100644 --- a/docs/deprecated/python3.txt +++ b/docs/deprecated/python3.rst diff --git a/docs/deprecated/python_eggs.txt b/docs/deprecated/python_eggs.rst index 6c0456de..6c0456de 100644 --- a/docs/deprecated/python_eggs.txt +++ b/docs/deprecated/python_eggs.rst diff --git a/docs/developer-guide.txt b/docs/developer-guide.rst index e84cd640..e84cd640 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.rst diff --git a/docs/development.txt b/docs/development.rst index 28e653fe..28e653fe 100644 --- a/docs/development.txt +++ b/docs/development.rst diff --git a/docs/history.txt b/docs/history.rst index faf7adfe..faf7adfe 100644 --- a/docs/history.txt +++ b/docs/history.rst diff --git a/docs/index.txt b/docs/index.rst index 5a460526..5a460526 100644 --- a/docs/index.txt +++ b/docs/index.rst diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.rst index 7d0d8da9..7d0d8da9 100644 --- a/docs/pkg_resources.txt +++ b/docs/pkg_resources.rst diff --git a/docs/python 2 sunset.txt b/docs/python 2 sunset.rst index f7b7ee25..f7b7ee25 100644 --- a/docs/python 2 sunset.txt +++ b/docs/python 2 sunset.rst diff --git a/docs/references/keywords.txt b/docs/references/keywords.rst index 56356190..56356190 100644 --- a/docs/references/keywords.txt +++ b/docs/references/keywords.rst diff --git a/docs/releases.txt b/docs/releases.rst index 35b415c2..35b415c2 100644 --- a/docs/releases.txt +++ b/docs/releases.rst diff --git a/docs/roadmap.txt b/docs/roadmap.rst index 147288f3..147288f3 100644 --- a/docs/roadmap.txt +++ b/docs/roadmap.rst diff --git a/docs/setuptools.txt b/docs/setuptools.rst index 1000a0ce..1000a0ce 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.rst diff --git a/docs/userguide/commands.txt b/docs/userguide/commands.rst index c64f62bf..c64f62bf 100644 --- a/docs/userguide/commands.txt +++ b/docs/userguide/commands.rst diff --git a/docs/userguide/datafiles.txt b/docs/userguide/datafiles.rst index 315ec724..315ec724 100644 --- a/docs/userguide/datafiles.txt +++ b/docs/userguide/datafiles.rst diff --git a/docs/userguide/declarative_config.txt b/docs/userguide/declarative_config.rst index 51c897c4..51c897c4 100644 --- a/docs/userguide/declarative_config.txt +++ b/docs/userguide/declarative_config.rst diff --git a/docs/userguide/dependency_management.txt b/docs/userguide/dependency_management.rst index a26ab6c3..a26ab6c3 100644 --- a/docs/userguide/dependency_management.txt +++ b/docs/userguide/dependency_management.rst diff --git a/docs/userguide/development_mode.txt b/docs/userguide/development_mode.rst index 9d4e7581..9d4e7581 100644 --- a/docs/userguide/development_mode.txt +++ b/docs/userguide/development_mode.rst diff --git a/docs/userguide/distribution.txt b/docs/userguide/distribution.rst index 77ea2660..77ea2660 100644 --- a/docs/userguide/distribution.txt +++ b/docs/userguide/distribution.rst diff --git a/docs/userguide/entry_point.txt b/docs/userguide/entry_point.rst index 7f5165a8..7f5165a8 100644 --- a/docs/userguide/entry_point.txt +++ b/docs/userguide/entry_point.rst diff --git a/docs/userguide/extension.txt b/docs/userguide/extension.rst index 1e4846fc..1e4846fc 100644 --- a/docs/userguide/extension.txt +++ b/docs/userguide/extension.rst diff --git a/docs/userguide/functionalities_rewrite.txt b/docs/userguide/functionalities_rewrite.rst index d0997ca6..d0997ca6 100644 --- a/docs/userguide/functionalities_rewrite.txt +++ b/docs/userguide/functionalities_rewrite.rst diff --git a/docs/userguide/index.txt b/docs/userguide/index.rst index abee331a..abee331a 100644 --- a/docs/userguide/index.txt +++ b/docs/userguide/index.rst diff --git a/docs/userguide/keywords.txt b/docs/userguide/keywords.rst index e2852b34..e2852b34 100644 --- a/docs/userguide/keywords.txt +++ b/docs/userguide/keywords.rst diff --git a/docs/userguide/miscellaneous.txt b/docs/userguide/miscellaneous.rst index 65e075cd..65e075cd 100644 --- a/docs/userguide/miscellaneous.txt +++ b/docs/userguide/miscellaneous.rst diff --git a/docs/userguide/package_discovery.txt b/docs/userguide/package_discovery.rst index 0e0d27c5..0e0d27c5 100644 --- a/docs/userguide/package_discovery.txt +++ b/docs/userguide/package_discovery.rst diff --git a/docs/userguide/quickstart.txt b/docs/userguide/quickstart.rst index 52829751..52829751 100644 --- a/docs/userguide/quickstart.txt +++ b/docs/userguide/quickstart.rst |