We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f285929 commit fc8aff1Copy full SHA for fc8aff1
2 files changed
.github/workflows/test.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Test
37
run: poetry run pytest
38
- name: Build docs
39
- run: poetry run sphinx-build -b html docs docs/_build/html
+ run: poetry run sphinx-build -b html docs docs/_build/html --fail-on-warning
40
41
docker-image:
42
needs: [test]
docs/Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line, and also
5
# from the environment for the first two.
6
-SPHINXOPTS ?=
+SPHINXOPTS ?= --fail-on-warning
7
SPHINXBUILD ?= sphinx-build
8
SOURCEDIR = .
9
BUILDDIR = _build
0 commit comments