File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 20
20
html_theme = "furo"
21
21
pygments_style = "friendly"
22
22
pygments_dark_style = "monokai" # this is a furo-specific option
23
+ html_theme_options = {
24
+ "source_repository" : "https://github.com/python-jsonschema/check-jsonschema/" ,
25
+ "source_branch" : "main" ,
26
+ "source_directory" : "docs/" ,
27
+ }
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ A JSON Schema CLI and `pre-commit <https://pre-commit.com/>`_ hook built on
7
7
The schema may be specified as a local or remote (HTTP or HTTPS) file.
8
8
Remote files are automatically downloaded and cached if possible.
9
9
10
+ The source code is hosted in `a GitHub repo
11
+ <https://github.com/python-jsonschema/check-jsonschema/> `_, and bugs and
12
+ features are tracked in the associated `issue tracker
13
+ <https://github.com/python-jsonschema/check-jsonschema/issues/> `_.
14
+
10
15
.. toctree ::
11
16
:maxdepth: 2
12
17
:caption: Contents:
@@ -16,4 +21,9 @@ Remote files are automatically downloaded and cached if possible.
16
21
precommit_usage
17
22
optional_parsers
18
23
faq
24
+
25
+ .. toctree ::
26
+ :maxdepth: 1
27
+ :caption: Change History:
28
+
19
29
changelog
Original file line number Diff line number Diff line change 44
44
docs =
45
45
sphinx<7
46
46
sphinx-issues<4
47
- furo ==2022.6.21
47
+ furo ==2022.12.07
48
48
49
49
[isort]
50
50
profile = black
You can’t perform that action at this time.
0 commit comments