File tree Expand file tree Collapse file tree 6 files changed +6
-2
lines changed Expand file tree Collapse file tree 6 files changed +6
-2
lines changed 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
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