Skip to content

Commit 8bdf737

Browse files
authored
Enable nit-picky mode in conf.py (#1170)
1 parent 4baaf76 commit 8bdf737

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
PYTHON = python3
66
VENVDIR = ./venv
77
BUILDDIR = _build
8-
SPHINXOPTS = -W --keep-going -n
8+
SPHINXOPTS = -W --keep-going
99
SPHINXBUILD = $(VENVDIR)/bin/sphinx-build
1010
SPHINXLINT = $(VENVDIR)/bin/sphinx-lint
1111
PAPER =

conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
'.github',
3333
]
3434

35+
nitpicky = True
36+
3537

3638
html_theme = 'furo'
3739
html_theme_options = {

0 commit comments

Comments
 (0)