From 9e45f6edb3aa3429aa1c0a8a6f75ad9fa7c68036 Mon Sep 17 00:00:00 2001 From: Denis Nutiu Date: Mon, 5 Jun 2023 12:47:27 +0300 Subject: [PATCH] disable warnings --- .github/workflows/deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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