summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-02-17 23:37:35 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-02-17 23:37:35 +0900
commitd1b5f7227da3cc19eeec79cca211d2dac900e06b (patch)
treeb97eaa13153a23af2e3eab774d4a817eb01cf700 /Makefile
parent88b84a532fbfd2df5917b2fc6800f756d313adc7 (diff)
parent32817f9efac39b259e57c4bbdaa5395d5604b48e (diff)
downloadsphinx-git-d1b5f7227da3cc19eeec79cca211d2dac900e06b.tar.gz
Merge branch 'master' into refactor_literalinclude
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a70be943..233a2f10d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ DONT_CHECK = -i .ropeproject \
all: clean-pyc clean-backupfiles style-check type-check test
style-check:
- @$(PYTHON) utils/check_sources.py $(DONT_CHECK) .
+ @PYTHONWARNINGS=all $(PYTHON) utils/check_sources.py $(DONT_CHECK) .
type-check:
mypy sphinx/