Mercurial > p > roundup > code
diff website/www/Makefile @ 6374:977e0ef08406
Enable nitpick mode and warnings as errors for html generation
Try to make sure that we don't send out documents with formatting and
other errors.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 05 Apr 2021 22:42:07 -0400 |
| parents | 8e34362a14f7 |
| children | 54af7ce65e6e |
line wrap: on
line diff
--- a/website/www/Makefile Sun Apr 04 22:39:52 2021 -0400 +++ b/website/www/Makefile Mon Apr 05 22:42:07 2021 -0400 @@ -17,7 +17,7 @@ html: docs mkdir -p $(TMP)/doctrees $(HTML) - sphinx-build -b html -d $(TMP)/doctrees . $(HTML) + sphinx-build -n -W -b html -d $(TMP)/doctrees . $(HTML) linkcheck: mkdir -p $(TMP)/linkcheck $(TMP)/doctrees
