Skip to content

Commit

Permalink
Enable nit-picky mode in conf.py (#1170)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 29, 2023
1 parent 4baaf76 commit 8bdf737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
PYTHON = python3
VENVDIR = ./venv
BUILDDIR = _build
SPHINXOPTS = -W --keep-going -n
SPHINXOPTS = -W --keep-going
SPHINXBUILD = $(VENVDIR)/bin/sphinx-build
SPHINXLINT = $(VENVDIR)/bin/sphinx-lint
PAPER =
Expand Down
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'.github',
]

nitpicky = True


html_theme = 'furo'
html_theme_options = {
Expand Down

0 comments on commit 8bdf737

Please sign in to comment.