File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 8383 # https://plausible.io/packaging.python.org
8484 html_js_files .extend (_metrics_js_files )
8585
86+ html_extra_path = [
87+ "../extra" ,
88+ ]
89+
8690# -- Options for HTML help output ------------------------------------------------------
8791# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-help-output
8892
158162 # https://github.com/pypa/packaging.python.org/issues/1744
159163 r"https://pypi\.org/" ,
160164]
165+ linkcheck_exclude_documents = [
166+ "specifications/schemas/index" ,
167+ ]
161168
162169# -- Options for extlinks ----------------------------------------------------------
163170# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration
Original file line number Diff line number Diff line change 88Specification
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
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ JSON Schema
236236
237237The following JSON Schema can be used to validate the contents of ``direct_url.json ``:
238238
239- .. literalinclude :: schemas/direct-url.schema.json
239+ .. literalinclude :: ../../extra/specifications/ schemas/direct-url.schema.json
240240
241241Examples
242242========
You can’t perform that action at this time.
0 commit comments