Skip to content

Commit

Permalink
docs: complete fail list
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 24, 2021
1 parent d64ee21 commit 9a73d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# First run the same pipeline as Read-The-Docs
cd docs
make clean
make html --debug --jobs 2 SPHINXOPTS="-W"
make html --debug --jobs 2 SPHINXOPTS="-W --keep-going"
- name: Upload built docs
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test: clean env

docs: clean
pip install --quiet -r docs/requirements.txt
python -m sphinx -b html -W docs/source docs/build
python -m sphinx -b html -W --keep-going docs/source docs/build

env:
pip install -r requirements.txt
Expand Down

0 comments on commit 9a73d5e

Please sign in to comment.