diff options
author | Julien Palard <julien@palard.fr> | 2022-06-16 20:32:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 19:32:09 +0100 |
commit | 956cddb7d406a81edf26d80ff408f76aa01d0f24 (patch) | |
tree | 364db66bc08798a05c5c134768c97fa4b20c4574 /setup.py | |
parent | 2a88d8074bad2b7469ad47e78211bc3904192a96 (diff) | |
download | sphinx-git-956cddb7d406a81edf26d80ff408f76aa01d0f24.tar.gz |
Replace doclinter with sphinx-lint (#10389)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ extras_require = { 'flake8>=3.5.0', 'isort', 'mypy>=0.950', + 'sphinx-lint', 'docutils-stubs', "types-typed-ast", "types-requests", |