File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ and let pip download know where to find them using ``--find-links``.
54
54
- For the Python version, use :func: `sysconfig.get_python_version() <sysconfig.get_python_version> `.
55
55
- For the platform, use :func: `packaging.tags.platform_tags() <packaging.tags.platform_tags> `.
56
56
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
-
61
57
Options
62
58
=======
63
59
Original file line number Diff line number Diff line change 69
69
intersphinx_mapping = {
70
70
"python" : ("https://docs.python.org/3" , None ),
71
71
"pypug" : ("https://packaging.python.org" , None ),
72
+ "packaging" : ("https://packaging.pypa.io/en/stable/" , None ),
72
73
}
73
74
74
75
# -- Options for towncrier_draft extension --------------------------------------------
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments