disable warnings

This commit is contained in:
Denis-Cosmin Nutiu 2023-06-05 12:47:27 +03:00
parent 39a0856e16
commit 9e45f6edb3

View file

@ -21,4 +21,4 @@ jobs:
python -m pip install -r "docs/requirements.txt"
- 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