diff options
author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2022-06-30 14:26:11 +0200 |
---|---|---|
committer | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2022-06-30 15:00:16 +0200 |
commit | 80198e82aa9174802cb1eb30d69ce7fe98e24399 (patch) | |
tree | aa85c68296bd662543ccbcb17cc55e367e85c3c3 /setup.py | |
parent | ac0fc4b7817389fb8b860d82537f69d9060aabae (diff) | |
parent | b9736f23484b16feef86208ab00dd947c54446ba (diff) | |
download | sphinx-git-80198e82aa9174802cb1eb30d69ce7fe98e24399.tar.gz |
Merge branch '5.x' into master
Resolved merge conflicts:
sphinx/ext/extlinks.py
sphinx/ext/napoleon/docstring.py
(and removed from the latter a now unused import for flake8 F401
compliance)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ extras_require = { ], 'lint': [ 'flake8>=3.5.0', + 'flake8-comprehensions', 'isort', 'mypy>=0.950', 'sphinx-lint', |