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 83
83
# https://plausible.io/packaging.python.org
84
84
html_js_files .extend (_metrics_js_files )
85
85
86
+ html_extra_path = [
87
+ "../extra" ,
88
+ ]
89
+
86
90
# -- Options for HTML help output ------------------------------------------------------
87
91
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-help-output
88
92
Original file line number Diff line number Diff line change 8
8
Specification
9
9
-------------
10
10
11
- .. jsonschema :: ../schemas/build-details-v1.0.schema.json
11
+ .. jsonschema :: ../../../extra/specifications/ schemas/build-details-v1.0.schema.json
12
12
:lift_title: false
13
13
14
14
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ JSON Schema
236
236
237
237
The following JSON Schema can be used to validate the contents of ``direct_url.json ``:
238
238
239
- .. literalinclude :: schemas/direct-url.schema.json
239
+ .. literalinclude :: ../../extra/specifications/ schemas/direct-url.schema.json
240
240
241
241
Examples
242
242
========
You can’t perform that action at this time.
0 commit comments