File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 40
40
41
41
intersphinx_mapping = {
42
42
'python' : ('https://docs.python.org/3/' , None ),
43
+ 'packaging' : ('https://packaging.python.org/en/latest/' , None ),
43
44
}
44
45
45
46
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change 4
4
build
5
5
*****
6
6
7
- A simple, correct Python packaging build frontend.
7
+ A simple, correct Python packaging :std:term: ` build frontend <Build Frontend> ` .
8
8
9
9
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> `.
11
12
It is a simple build tool and does not perform any dependency management.
12
13
13
14
.. sphinx_argparse_cli ::
You can’t perform that action at this time.
0 commit comments