Skip to content

Commit ad692fb

Browse files
authored
Cap doc8<1.1.2
doc8 1.1.2 was released with a bug that affects us. Let's cap It until ignore-path-error starts working again Squashed-from: #1270
1 parent 77e6b68 commit ad692fb

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
@@ -81,7 +81,7 @@ commands =
8181
# rst-lint is really only valuable for non-Sphinx reStructuredText, see also:
8282
# https://github.com/twolfson/restructuredtext-lint/blob/65ce9d6c7768ef9135c1d3ee4a1ae8c7bf89d92f/README.rst#sphinx
8383
deps =
84-
doc8 >= 0.10.1, != 1.1.2
84+
doc8 >= 0.10.1, <1.1.2 # https://github.com/PyCQA/doc8/issues/188 was introduced in 1.1.2. Remove cap once bug is fixed
8585
proselint >= 0.13.0
8686
pygments
8787
restructuredtext_lint

0 commit comments

Comments
 (0)