Skip to content

Commit 8214626

Browse files
committed
Disable max line length in doc8.
We'll slowly move to sentence-per-line.
1 parent c227d64 commit 8214626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build
111111
deps = {[testenv:docs-dirhtml]deps}
112112

113113
[testenv:docs-style]
114-
commands = doc8 {posargs} {toxinidir}/docs
114+
commands = doc8 --max-line-length 1000 {posargs} {toxinidir}/docs
115115
deps =
116116
doc8
117117
pygments

0 commit comments

Comments
 (0)