Skip to content

Commit

Permalink
Add intersphinx mappings for Python to prevent spurious nitpicky fail…
Browse files Browse the repository at this point in the history
…ures. Fixes jaraco/skeleton#51.
  • Loading branch information
jaraco committed Sep 18, 2021
1 parent a76a548 commit 8ea55f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Expand Up @@ -27,3 +27,10 @@

# Be strict about any broken references:
nitpicky = True

# Include Python intersphinx mapping to prevent failures
# jaraco/skeleton#51
extensions += ['sphinx.ext.intersphinx']
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
}

0 comments on commit 8ea55f2

Please sign in to comment.