CI: Temporarily disable treating warnings as errors

This commit is contained in:
Rémi Verschelde
2021-10-06 11:19:02 +02:00
parent ad45ef9288
commit 6952796767
+1 -1
View File
@@ -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