summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-11-28 02:02:53 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-11-28 02:02:53 +0900
commit83e4107a309e9fc99cf9c9c65b748897b9d5a0e5 (patch)
tree1294d36c63061174f42d50b4f0961de483178b53
parentc76885631ddf9edbf4e6edcc37ebc29e3e583627 (diff)
downloadsphinx-git-83e4107a309e9fc99cf9c9c65b748897b9d5a0e5.tar.gz
Fix Makefile (remove debug code...)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac2c223fe..89b5bb5aa 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ style-check:
.PHONY: type-check
type-check:
- mypy sphinx/writers
+ mypy sphinx
.PHONY: pylint
pylint: