Skip to content

Commit 486e684

Browse files
committed
specifications: fix build-details-v1.0.schema.json location
Signed-off-by: Filipe Laíns <[email protected]>
1 parent ee8c2f3 commit 486e684

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
html_js_files.extend(_metrics_js_files)
8585

8686
html_extra_path = [
87-
"specifications/schemas",
87+
"../extra",
8888
]
8989

9090
# -- Options for HTML help output ------------------------------------------------------

source/specifications/build-details/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ v1.0
4646
- :ref:`build-details-v1.0`
4747

4848
* - Schema
49-
- :download:`https://packaging.python.org/en/latest/specifications/schemas/build-details-v1.0.schema.json <../schemas/build-details-v1.0.schema.json>`
49+
- https://packaging.python.org/en/latest/specifications/schemas/build-details-v1.0.schema.json
5050

5151

5252
- Initial version, introduced by :pep:`739`.

source/specifications/build-details/v1.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Specification
99
-------------
1010

11-
.. jsonschema:: ../schemas/build-details-v1.0.schema.json
11+
.. jsonschema:: ../../../extra/specifications/schemas/build-details-v1.0.schema.json
1212
:lift_title: false
1313

1414

0 commit comments

Comments
 (0)