summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2022-06-16 20:32:09 +0200
committerGitHub <noreply@github.com>2022-06-16 19:32:09 +0100
commit956cddb7d406a81edf26d80ff408f76aa01d0f24 (patch)
tree364db66bc08798a05c5c134768c97fa4b20c4574 /setup.py
parent2a88d8074bad2b7469ad47e78211bc3904192a96 (diff)
downloadsphinx-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index de8be1d49..249b626c5 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ extras_require = {
'flake8>=3.5.0',
'isort',
'mypy>=0.950',
+ 'sphinx-lint',
'docutils-stubs',
"types-typed-ast",
"types-requests",