Skip to content

Commit ce3a330

Browse files
authored
Warn on all missing references in PEPs (#3263)
1 parent f264f11 commit ce3a330

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)