Skip to content

Commit

Permalink
Prepare Sphinx setup for stricter nitpicky mode
Browse files Browse the repository at this point in the history
(cherry picked from commit 27c8b5c)
  • Loading branch information
webknjaz committed Mar 6, 2021
1 parent e0f4936 commit 6e04556
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 @@ -128,7 +128,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 6e04556

Please sign in to comment.