diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-18 16:25:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-18 16:25:16 -0500 |
| commit | be0310d0469a07fdb3224b5736a99738eb8aba62 (patch) | |
| tree | 743eba2ffe13ef08b21849447284f4bb2f81807b /docs | |
| parent | c65e3380b0a18c92a0fc2d2b770b17cfaaec054b (diff) | |
| parent | 02f08657ae9f5019f8d2539c1d5e7190ace84527 (diff) | |
| download | python-setuptools-git-be0310d0469a07fdb3224b5736a99738eb8aba62.tar.gz | |
Merge pull request #2891 from hugovk/update-docs-links
Docs: Update setuptools.readthedocs.io to setuptools.pypa.io
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/deprecated/distutils/_setuptools_disclaimer.rst | 2 | ||||
| -rw-r--r-- | docs/deprecated/distutils/apiref.rst | 2 | ||||
| -rw-r--r-- | docs/development/developer-guide.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/deprecated/distutils/_setuptools_disclaimer.rst b/docs/deprecated/distutils/_setuptools_disclaimer.rst index cc758583..628c2e4f 100644 --- a/docs/deprecated/distutils/_setuptools_disclaimer.rst +++ b/docs/deprecated/distutils/_setuptools_disclaimer.rst @@ -1,5 +1,5 @@ .. note:: This document is being retained solely until the ``setuptools`` documentation - at https://setuptools.readthedocs.io/en/latest/setuptools.html + at https://setuptools.pypa.io/en/latest/setuptools.html independently covers all of the relevant information currently included here. diff --git a/docs/deprecated/distutils/apiref.rst b/docs/deprecated/distutils/apiref.rst index f721fc16..f00ed74c 100644 --- a/docs/deprecated/distutils/apiref.rst +++ b/docs/deprecated/distutils/apiref.rst @@ -11,7 +11,7 @@ API Reference and other APIs, makes the API consistent across different Python versions, and is hence recommended over using ``distutils`` directly. -.. _New and changed setup.py arguments in setuptools: https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords +.. _New and changed setup.py arguments in setuptools: https://setuptools.pypa.io/en/latest/setuptools.html#new-and-changed-setup-keywords .. include:: ./_setuptools_disclaimer.rst diff --git a/docs/development/developer-guide.rst b/docs/development/developer-guide.rst index 052ca762..f29c1a80 100644 --- a/docs/development/developer-guide.rst +++ b/docs/development/developer-guide.rst @@ -110,7 +110,7 @@ To build the docs locally, use tox:: $ tox -e docs .. _Sphinx: http://www.sphinx-doc.org/en/master/ -.. _published documentation: https://setuptools.readthedocs.io/en/latest/ +.. _published documentation: https://setuptools.pypa.io/en/latest/ --------------------- Vendored Dependencies |
