Skip to content

Commit 68adf73

Browse files
developerdeveloper
authored andcommitted
fix: added packaging documentation to configuration and removed links repetitions
1 parent 062af65 commit 68adf73

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

docs/html/cli/pip_download.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ and let pip download know where to find them using ``--find-links``.
5454
- For the Python version, use :func:`sysconfig.get_python_version() <sysconfig.get_python_version>`.
5555
- For the platform, use :func:`packaging.tags.platform_tags() <packaging.tags.platform_tags>`.
5656

57-
Refer to the official Python documentation for more details:
58-
- `sysconfig.get_python_version() <https://docs.python.org/3/library/sysconfig.html#sysconfig.get_python_version>`_
59-
- `packaging.tags.platform_tags() <https://packaging.pypa.io/en/latest/tags.html#packaging.tags.platform_tags>`_
60-
6157
Options
6258
=======
6359

docs/html/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
intersphinx_mapping = {
7070
"python": ("https://docs.python.org/3", None),
7171
"pypug": ("https://packaging.python.org", None),
72+
"packaging": ("https://packaging.pypa.io/en/stable/", None),
7273
}
7374

7475
# -- Options for towncrier_draft extension --------------------------------------------

news/6369.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)