Skip to content

Commit 9194e8c

Browse files
edgarrmondragonhenryiii
authored andcommitted
Add a few intersphinx links to the Python Packaging User Guide
1 parent 7df70fc commit 9194e8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
intersphinx_mapping = {
4242
'python': ('https://docs.python.org/3/', None),
43+
'packaging': ('https://packaging.python.org/en/latest/', None),
4344
}
4445

4546
# Add any paths that contain templates here, relative to this directory.

docs/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
build
55
*****
66

7-
A simple, correct Python packaging build frontend.
7+
A simple, correct Python packaging :std:term:`build frontend <Build Frontend>`.
88

99
build manages ``pyproject.toml``-based builds, invoking
10-
build-backend hooks as appropriate to build a distribution package.
10+
:std:term:`build-backend <Build Backend>` hooks as appropriate to build a
11+
:std:term:`distribution package <Distribution Package>`.
1112
It is a simple build tool and does not perform any dependency management.
1213

1314
.. sphinx_argparse_cli::

0 commit comments

Comments
 (0)