Skip to content

Commit 74e594c

Browse files
authored
Docs: upd links to dependency mgmt of setuptools (#8470)
1 parent c1de376 commit 74e594c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/config-file/v1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,5 +259,5 @@ Behind the scene the following Pip command will be run:
259259

260260

261261
.. _environment file: https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-from-an-environment-yml-file
262-
.. _extra requirements: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
263-
.. _package default dependencies: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies
262+
.. _extra requirements: https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies
263+
.. _package default dependencies: https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#declaring-required-dependency

docs/config-file/v2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ The installation method.
224224

225225
`Extra requirements`_ section to install in addition to the `package dependencies`_.
226226

227-
.. _Extra Requirements: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
228-
.. _package dependencies: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies
227+
.. _Extra Requirements: https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies
228+
.. _package dependencies: https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#declaring-required-dependency
229229

230230
.. warning::
231231

0 commit comments

Comments
 (0)