Enable error reporting on the CI and address the remaining errors

This commit is contained in:
Yuri Sizov
2023-02-24 17:35:32 +01:00
parent f951304fbe
commit 9473b6c9e3
5 changed files with 9 additions and 5 deletions

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 . _build/html
sphinx-build --color -b dummy -d _build/doctrees -W . _build/html