Skip to content

Commit 38944c0

Browse files
committed
Warn on all missing references in PEPs
1 parent 7fc4e30 commit 38944c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
"pep-0012/pep-NNNN.rst",
4646
]
4747

48+
# Warn on missing references
49+
nitpicky = True
50+
4851
# Intersphinx configuration
4952
intersphinx_mapping = {
5053
'python': ('https://docs.python.org/3/', None),

0 commit comments

Comments
 (0)