Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
html_js_files.extend(_metrics_js_files)

html_extra_path = [
"specifications/schemas",
"../extra",
]

# -- Options for HTML help output ------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/specifications/build-details/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ v1.0
- :ref:`build-details-v1.0`

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


- Initial version, introduced by :pep:`739`.
2 changes: 1 addition & 1 deletion source/specifications/build-details/v1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Specification
-------------

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


Expand Down