diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d0a5b32dc..b20a485e64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: uses: rickstaa/sphinx-action@master with: docs-folder: "./docs" - build-command: "sphinx-build -W -b dirhtml -d _build/doctrees . _build/html" + build-command: "sphinx-build -q -W -b dirhtml -d _build/doctrees . _build/html" # Upload performance is awful on the many small files our build generates, # so it's compressed locally before uploading