Skip to content

Commit b67aa21

Browse files
committed
Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51.
1 parent d6fdabc commit b67aa21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@
2727

2828
# Be strict about any broken references:
2929
nitpicky = True
30+
31+
# Include Python intersphinx mapping to prevent failures
32+
# jaraco/skeleton#51
33+
extensions += ['sphinx.ext.intersphinx']
34+
intersphinx_mapping = {
35+
'python': ('https://docs.python.org/3', None),
36+
}

0 commit comments

Comments
 (0)