diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index a119085..5fb1052 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -45,8 +45,8 @@ jobs: if: github.event.action != 'closed' with: docs-folder: "docs/" - pre-build-command: "sphinx-build -W -b linkcheck . _build" - build-command: "sphinx-build -W -b dirhtml . _build" + pre-build-command: "sphinx-build -b linkcheck . _build" + build-command: "sphinx-build -b dirhtml . _build" - name: Deploy preview uses: rossjrw/pr-preview-action@v1 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 51f5458..9da33c1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,8 +36,8 @@ jobs: uses: ammaraskar/sphinx-action@8.0.2 with: docs-folder: "docs/" - pre-build-command: "sphinx-build -W -b linkcheck . _build" - build-command: "sphinx-build -W -b dirhtml . _build" + pre-build-command: "sphinx-build -b linkcheck . _build" + build-command: "sphinx-build -b dirhtml . _build" - name: Deploy main docs uses: JamesIves/github-pages-deploy-action@v4