Skip to content

Commit 4b87e35

Browse files
dnicolodirgommers
authored andcommitted
CI: turn warnings into errors when building the documentation
Make it easier to catch errors in the documentation.
1 parent 6dbb11f commit 4b87e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
ref: ${{ github.event.push.tag || github.event.inputs.tag }}
3535
- run: python -m pip install .[docs]
36-
- run: python -m sphinx docs/ build/docs/
36+
- run: python -m sphinx -W docs/ build/docs/
3737
- uses: actions/upload-pages-artifact@v2
3838
with:
3939
path: build/docs/

0 commit comments

Comments
 (0)