Skip to content

Commit

Permalink
🚡 Toil the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 6, 2023
1 parent 52e0bdd commit 5ea9d47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

# Be strict about any broken references
nitpicky = True
nitpick_ignore = []

# Include Python intersphinx mapping to prevent failures
# jaraco/skeleton#51
Expand All @@ -40,3 +41,9 @@

# Preserve authored syntax for defaults
autodoc_preserve_defaults = True

intersphinx_mapping.update(
packaging=('https://packaging.pypa.io/en/stable/', None),
)

nitpick_ignore.append(('py:class', 'importlib.metadata.Distribution'))

0 comments on commit 5ea9d47

Please sign in to comment.