ci / docs: Turn sphinx warnings into errors.

This will help prevent future warnings from sphinx.
This commit is contained in:
Bruce Mitchener
2024-02-12 09:01:29 +07:00
parent 7957179808
commit 47a27f9d07

View File

@@ -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 }}