File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77
88The extension currently provides a single Sphinx `role `:
99
10- .. role :: kw
10+ .. rst : role :: kw
1111
1212 Link to the current JSON Schema specification's definition of the keyword
1313 provided.
Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ Issues = "https://github.com/python-jsonschema/sphinx-json-schema-spec/issues/"
4747Funding = " https://github.com/sponsors/Julian"
4848Source = " https://github.com/python-jsonschema/sphinx-json-schema-spec"
4949
50+ [tool .doc8 ]
51+ max-line-length =1000
52+
5053[tool .isort ]
5154from_first = true
5255include_trailing_comma = true
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build
8080deps = {[testenv:docs-dirhtml]deps}
8181
8282[testenv:docs-style]
83- commands = doc8 {posargs} {toxinidir}/docs
83+ commands = doc8 --config {toxinidir}/pyproject.toml {posargs} {toxinidir}/docs
8484deps =
8585 doc8
8686 pygments
You can’t perform that action at this time.
0 commit comments