Skip to content

Commit

Permalink
doc/main/package: Reenable warnings as errors.
Browse files Browse the repository at this point in the history
This gets disabled when overriding SPHINXOPTS.
  • Loading branch information
laurensvalk committed Jul 23, 2021
1 parent 84335d0 commit 1f5eb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion doc/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"types": "index.d.ts",
"scripts": {
"clean": "poetry run make -C .. SOURCEDIR=main clean",
"build": "poetry run make -C .. SOURCEDIR=main SPHINXOPTS=-tide html"
"build": "poetry run make -C .. SOURCEDIR=main SPHINXOPTS='-W -tide' html"
}
}

0 comments on commit 1f5eb17

Please sign in to comment.