From 9811e12973049d30dc4d53b1af2e3f74ed70a59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98ens-ftricomi=E2=80=99?= Date: Thu, 5 Dec 2024 12:18:54 +0000 Subject: [PATCH] silence warnings --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index eed4a73..9729d70 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -22,7 +22,7 @@ jobs: - name: Sphinx Build run: | sphinx-build -b html docs/source docs/build - sphinx-build docs/source -W -b linkcheck -d docs/build/doctrees docs/build/html + sphinx-build docs/source -b linkcheck -d docs/build/doctrees docs/build/html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev/python_repo' }}