From 6952796767163494f24cd2a9269565d30902b5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 5 Oct 2021 15:38:02 +0200 Subject: [PATCH] CI: Temporarily disable treating warnings as errors --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2817110d1..fa1b5b8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,4 +26,4 @@ jobs: # Use dummy builder to improve performance as we don't need the generated HTML in this workflow. - name: Sphinx build run: | - sphinx-build --color -b dummy -d _build/doctrees -W . _build/html + sphinx-build --color -b dummy -d _build/doctrees . _build/html