disable warnings
This commit is contained in:
parent
39a0856e16
commit
9e45f6edb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-docs.yaml
vendored
2
.github/workflows/deploy-docs.yaml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
||||||
python -m pip install -r "docs/requirements.txt"
|
python -m pip install -r "docs/requirements.txt"
|
||||||
|
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: sphinx-build -a -b html -W --keep-going docs/ docs/_build
|
run: sphinx-build -a -b html --keep-going docs/ docs/_build
|
Loading…
Reference in a new issue