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 28, 2023
1 parent 2c260c4 commit c03f3a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 @@ -42,3 +43,7 @@
autodoc_preserve_defaults = True

extensions += ['jaraco.tidelift']

nitpick_ignore.append(
('py:class', 'func'),
)

0 comments on commit c03f3a0

Please sign in to comment.