doc/main/package: Reenable warnings as errors.

This gets disabled when overriding SPHINXOPTS.
This commit is contained in:
Laurens Valk
2021-07-23 15:59:33 +02:00
parent 84335d0032
commit 1f5eb1790b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,4 +40,4 @@ jobs:
sudo apt-get update
sudo apt-get install dvisvgm preview-latex-style texlive texlive-fonts-extra texlive-latex-extra
- name: Build html docs for Pybricks Code IDE
run: poetry run make -C doc html SOURCEDIR=main SPHINXOPTS=-tide
run: poetry run make -C doc html SOURCEDIR=main SPHINXOPTS="-W -tide"