From 692a0fc2ad8bbd8a3c4009460783e49e9558605a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 9 Sep 2019 05:38:03 -0400 Subject: A little more in the db schema docs --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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." -- cgit v1.2.1