diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 9340d05..f1f78c9 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -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 \ No newline at end of file + run: sphinx-build -a -b html --keep-going docs/ docs/_build \ No newline at end of file