File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
The extension currently provides a single Sphinx `role `:
9
9
10
- .. role :: kw
10
+ .. rst : role :: kw
11
11
12
12
Link to the current JSON Schema specification's definition of the keyword
13
13
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/"
47
47
Funding = " https://github.com/sponsors/Julian"
48
48
Source = " https://github.com/python-jsonschema/sphinx-json-schema-spec"
49
49
50
+ [tool .doc8 ]
51
+ max-line-length =1000
52
+
50
53
[tool .isort ]
51
54
from_first = true
52
55
include_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
80
80
deps = {[testenv:docs-dirhtml]deps}
81
81
82
82
[testenv:docs-style]
83
- commands = doc8 {posargs} {toxinidir}/docs
83
+ commands = doc8 --config {toxinidir}/pyproject.toml {posargs} {toxinidir}/docs
84
84
deps =
85
85
doc8
86
86
pygments
You can’t perform that action at this time.
0 commit comments