summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 996b7d4f..b0f3ccf1 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,7 @@ docreqs:
tox -q -e doc --notest
dochtml: docreqs
+ .tox/doc/bin/python doc/check_copied_from.py doc/*.rst
$(SPHINXBUILD) -b html doc doc/_build/html
@echo
@echo "Build finished. The HTML pages are in doc/_build/html."