Skip to content

Commit

Permalink
Prepare Sphinx setup for stricter nitpicky mode
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and commonism committed Apr 27, 2021
1 parent 56532e8 commit b3797c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ clean:

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

.PHONY: doc-spelling
Expand Down
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,7 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
# texinfo_no_detailmenu = False


# -------------------------------------------------------------------------
# nitpicky = True

0 comments on commit b3797c1

Please sign in to comment.