diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-30 01:07:03 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-05-30 01:07:04 +0900 |
commit | 984d2f4b228318d03682022d52afde3aaae06d12 (patch) | |
tree | 3c2037a5590cee9b05d459e2208d122ad0d4696e /Makefile | |
parent | e80f88ac62f8bcca1e1b2e497a46118740900a14 (diff) | |
download | sphinx-git-984d2f4b228318d03682022d52afde3aaae06d12.tar.gz |
Makefile: Add doclinter target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,10 @@ style-check: type-check: mypy sphinx +.PHONY: doclinter +doclinter: + python utils/doclinter.py CHANGES *.rst doc/ + .PHONY: pylint pylint: @pylint --rcfile utils/pylintrc sphinx |