Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ commands =
# rst-lint is really only valuable for non-Sphinx reStructuredText, see also:
# https://github.com/twolfson/restructuredtext-lint/blob/65ce9d6c7768ef9135c1d3ee4a1ae8c7bf89d92f/README.rst#sphinx
deps =
doc8 >= 0.10.1, != 1.1.2
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
proselint >= 0.13.0
pygments
restructuredtext_lint
Expand Down