File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ triggers :ref:`pip` to change its default behavior to use *build isolation*.
66
66
For more details:
67
67
68
68
* :ref: `distributing-packages `
69
- * :ref: `declaring -build-dependencies `
69
+ * :ref: `pyproject -build-system-table `
70
70
* :doc: `pip:reference/build-system/pyproject-toml `
71
71
72
72
@@ -110,7 +110,7 @@ requires a :file:`pyproject.toml` file like this (:file:`setup.py` stays unchang
110
110
111
111
For more details:
112
112
113
- * :ref: `declaring -build-dependencies `
113
+ * :ref: `pyproject -build-system-table `
114
114
115
115
116
116
What is the build isolation feature?
@@ -161,7 +161,7 @@ can be entirely replaced by a :file:`pyproject.toml` file like this:
161
161
version = "1.2.3"
162
162
163
163
164
- Read :ref: `declaring -project-metadata ` for the full specification
164
+ Read :ref: `pyproject -project-table ` for the full specification
165
165
of the content allowed in the ``[project] `` table.
166
166
167
167
@@ -243,7 +243,6 @@ This file can be as minimalistic as this:
243
243
Where to read more about this?
244
244
==============================
245
245
246
- * :ref: `declaring-build-dependencies `
247
- * :ref: `declaring-project-metadata `
246
+ * :ref: `pyproject-toml-spec `
248
247
* :doc: `pip:reference/build-system/pyproject-toml `
249
248
* :doc: `setuptools:build_meta `
You can’t perform that action at this time.
0 commit comments