Skip to content

Commit 16d6f2b

Browse files
committed
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.
1 parent d0a96ce commit 16d6f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/www/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docs:
1717

1818
html: docs
1919
mkdir -p $(TMP)/doctrees $(HTML)
20-
sphinx-build -b html -d $(TMP)/doctrees . $(HTML)
20+
sphinx-build -n -W -b html -d $(TMP)/doctrees . $(HTML)
2121

2222
linkcheck:
2323
mkdir -p $(TMP)/linkcheck $(TMP)/doctrees

0 commit comments

Comments
 (0)