Skip to content

Commit

Permalink
Ensure all sphinx-build invocations are strict
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jun 7, 2021
1 parent 9c084ae commit 3b18e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ clean:

.PHONY: doc
doc:
@make -C docs html SPHINXOPTS="-W --keep-going -E"
@make -C docs html SPHINXOPTS="-W --keep-going -n -E"
@echo "open file://`pwd`/docs/_build/html/index.html"

.PHONY: doc-spelling
doc-spelling:
@make -C docs spelling SPHINXOPTS="-W -E"
@make -C docs spelling SPHINXOPTS="-W --keep-going -n -E"

.PHONY: compile-deps
compile-deps: .update-pip
Expand Down

0 comments on commit 3b18e84

Please sign in to comment.