File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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*.
6666For more details:
6767
6868* :ref: `distributing-packages `
69- * :ref: `declaring -build-dependencies `
69+ * :ref: `pyproject -build-system-table `
7070* :doc: `pip:reference/build-system/pyproject-toml `
7171
7272
@@ -110,7 +110,7 @@ requires a :file:`pyproject.toml` file like this (:file:`setup.py` stays unchang
110110
111111 For more details:
112112
113- * :ref: `declaring -build-dependencies `
113+ * :ref: `pyproject -build-system-table `
114114
115115
116116What is the build isolation feature?
@@ -161,7 +161,7 @@ can be entirely replaced by a :file:`pyproject.toml` file like this:
161161 version = "1.2.3"
162162
163163
164- Read :ref: `declaring -project-metadata ` for the full specification
164+ Read :ref: `pyproject -project-table ` for the full specification
165165of the content allowed in the ``[project] `` table.
166166
167167
@@ -243,7 +243,6 @@ This file can be as minimalistic as this:
243243 Where to read more about this?
244244==============================
245245
246- * :ref: `declaring-build-dependencies `
247- * :ref: `declaring-project-metadata `
246+ * :ref: `pyproject-toml-spec `
248247* :doc: `pip:reference/build-system/pyproject-toml `
249248* :doc: `setuptools:build_meta `
You can’t perform that action at this time.
0 commit comments