Skip to content

Commit

Permalink
🚡 Toil the docs.
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
jaraco committed Mar 22, 2023
1 parent 8863905 commit 617c1d2
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 @@ -31,6 +31,13 @@
# Be strict about any broken references
nitpicky = True

nitpick_ignore = [
# jaraco/jaraco.collections#11
('py:class', 'v, remove specified key and return the corresponding value.'),
('py:class', 'None. Update D from dict/iterable E and F.'),
('py:class', 'D[k] if k in D, else d. d defaults to None.'),
]

# Include Python intersphinx mapping to prevent failures
# jaraco/skeleton#51
extensions += ['sphinx.ext.intersphinx']
Expand Down

0 comments on commit 617c1d2

Please sign in to comment.