Skip to content

Commit

Permalink
Fix #1819 - Run sphinx in quieet mode in VI
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Oct 3, 2022
1 parent 35e540a commit fc70a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc70a2b

Please sign in to comment.