Skip to content

Commit

Permalink
Remove -q
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 14, 2024
1 parent 09cdf3c commit 9cc226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ $(_RELEASE_CYCLE): include/release-cycle.json
# "make mode" option.
.PHONY: Makefile
%: Makefile ensure-venv $(_RELEASE_CYCLE)
$(SPHINXBUILD) -M $@ "." "$(BUILDDIR)" $(_ALL_SPHINX_OPTS) -q
$(SPHINXBUILD) -M $@ "." "$(BUILDDIR)" $(_ALL_SPHINX_OPTS)

0 comments on commit 9cc226b

Please sign in to comment.