Skip to content

Commit 15e6132

Browse files
committed
docs: make Sphinx nitpicky
1 parent 23b2483 commit 15e6132

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
'pytest': ('https://docs.pytest.org/en/stable/', None),
4646
}
4747

48+
# Warn about all references where the target cannot be found
49+
nitpicky = True
50+
4851

4952
def setup(app):
5053
# Allow linking to pytest's confvals.

0 commit comments

Comments
 (0)