File tree Expand file tree Collapse file tree 4 files changed +11
-158
lines changed Expand file tree Collapse file tree 4 files changed +11
-158
lines changed Original file line number Diff line number Diff line change 26
26
"sphinx.ext.napoleon" ,
27
27
"sphinx.ext.viewcode" ,
28
28
"sphinx_autodoc_typehints" ,
29
+ "sphinx_json_schema_spec" ,
29
30
"sphinxcontrib.spelling" ,
30
- "jsonschema_role" ,
31
31
]
32
32
33
33
cache_path = "_cache"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
lxml
4
4
sphinx
5
5
sphinx-autodoc-typehints
6
+ sphinx-json-schema-spec
6
7
sphinxcontrib-spelling
Original file line number Diff line number Diff line change @@ -29,22 +29,24 @@ jinja2==3.1.2
29
29
file :.#egg=jsonschema
30
30
# via -r docs/requirements.in
31
31
lxml == 4.9.1
32
- # via -r docs/requirements.in
32
+ # via
33
+ # -r docs/requirements.in
34
+ # sphinx-json-schema-spec
33
35
markupsafe == 2.1.1
34
36
# via jinja2
35
37
packaging == 21.3
36
38
# via sphinx
37
39
pyenchant == 3.2.2
38
40
# via sphinxcontrib-spelling
39
- pygments == 2.12 .0
41
+ pygments == 2.13 .0
40
42
# via
41
43
# furo
42
44
# sphinx
43
45
pyparsing == 3.0.9
44
46
# via packaging
45
47
pyrsistent == 0.18.1
46
48
# via jsonschema
47
- pytz == 2022.1
49
+ pytz == 2022.2. 1
48
50
# via babel
49
51
requests == 2.28.1
50
52
# via sphinx
@@ -58,11 +60,14 @@ sphinx==5.1.1
58
60
# furo
59
61
# sphinx-autodoc-typehints
60
62
# sphinx-basic-ng
63
+ # sphinx-json-schema-spec
61
64
# sphinxcontrib-spelling
62
- sphinx-autodoc-typehints == 1.19.0
65
+ sphinx-autodoc-typehints == 1.19.2
63
66
# via -r docs/requirements.in
64
67
sphinx-basic-ng == 0.0.1a12
65
68
# via furo
69
+ sphinx-json-schema-spec == 2.2.2
70
+ # via -r docs/requirements.in
66
71
sphinxcontrib-applehelp == 1.0.2
67
72
# via sphinx
68
73
sphinxcontrib-devhelp == 1.0.2
You can’t perform that action at this time.
0 commit comments