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 7c22cc7 commit d195b9fCopy full SHA for d195b9f
.github/workflows/continuous-integration.yml
@@ -48,11 +48,11 @@ jobs:
48
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
50
- name: Check documentation spelling
51
- run: make spelling
+ run: make spelling SPHINXOPTS="-W --keep-going"
52
working-directory: ./doc
53
54
- name: Check documentation coverage
55
- run: make coverage
+ run: make coverage SPHINXOPTS="-W --keep-going"
56
57
58
- name: Archive documentation coverage results
doc/make-html.bash
@@ -7,5 +7,5 @@ python3 -m pip uninstall -y shell-logger
7
cd ..
8
python3 -m pip install .
9
cd "${SCRIPT_DIR}" || exit 1
10
-make html
+make html SPHINXOPTS="-W --keep-going"
11
cd "${ORIG_DIR}" || exit 1
0 commit comments