Skip to content

Commit 263d4ee

Browse files
committed
Use the now-separated out sphinx-json-schema-spec for docs.
1 parent fdf94c7 commit 263d4ee

File tree

4 files changed

+11
-158
lines changed

4 files changed

+11
-158
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"sphinx.ext.napoleon",
2727
"sphinx.ext.viewcode",
2828
"sphinx_autodoc_typehints",
29+
"sphinx_json_schema_spec",
2930
"sphinxcontrib.spelling",
30-
"jsonschema_role",
3131
]
3232

3333
cache_path = "_cache"

docs/jsonschema_role.py

Lines changed: 0 additions & 153 deletions
This file was deleted.

docs/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ furo
33
lxml
44
sphinx
55
sphinx-autodoc-typehints
6+
sphinx-json-schema-spec
67
sphinxcontrib-spelling

docs/requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,24 @@ jinja2==3.1.2
2929
file:.#egg=jsonschema
3030
# via -r docs/requirements.in
3131
lxml==4.9.1
32-
# via -r docs/requirements.in
32+
# via
33+
# -r docs/requirements.in
34+
# sphinx-json-schema-spec
3335
markupsafe==2.1.1
3436
# via jinja2
3537
packaging==21.3
3638
# via sphinx
3739
pyenchant==3.2.2
3840
# via sphinxcontrib-spelling
39-
pygments==2.12.0
41+
pygments==2.13.0
4042
# via
4143
# furo
4244
# sphinx
4345
pyparsing==3.0.9
4446
# via packaging
4547
pyrsistent==0.18.1
4648
# via jsonschema
47-
pytz==2022.1
49+
pytz==2022.2.1
4850
# via babel
4951
requests==2.28.1
5052
# via sphinx
@@ -58,11 +60,14 @@ sphinx==5.1.1
5860
# furo
5961
# sphinx-autodoc-typehints
6062
# sphinx-basic-ng
63+
# sphinx-json-schema-spec
6164
# sphinxcontrib-spelling
62-
sphinx-autodoc-typehints==1.19.0
65+
sphinx-autodoc-typehints==1.19.2
6366
# via -r docs/requirements.in
6467
sphinx-basic-ng==0.0.1a12
6568
# via furo
69+
sphinx-json-schema-spec==2.2.2
70+
# via -r docs/requirements.in
6671
sphinxcontrib-applehelp==1.0.2
6772
# via sphinx
6873
sphinxcontrib-devhelp==1.0.2

0 commit comments

Comments
 (0)