From 47a27f9d0716ff305837c389a2b3d634c8e15f45 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 12 Feb 2024 09:01:29 +0700 Subject: [PATCH] ci / docs: Turn sphinx warnings into errors. This will help prevent future warnings from sphinx. --- .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 d2a29b7..6d5d077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: - name: Build working-directory: docs - run: sphinx-build source build + run: sphinx-build -W --keep-going source build build_meson: name: Meson / ${{ matrix.os }}