Skip to content

Commit

Permalink
Add a degenerate nitpick_ignore for downstream consumers. Add a 'loca…
Browse files Browse the repository at this point in the history
…l' comment to delineate where the skeleton ends and the downstream begins.
  • Loading branch information
jaraco committed Aug 29, 2024
1 parent 3fcabf1 commit 0c326f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from __future__ import annotations


extensions = [
'sphinx.ext.autodoc',
'jaraco.packaging.sphinx',
Expand Down Expand Up @@ -30,6 +33,7 @@

# Be strict about any broken references
nitpicky = True
nitpick_ignore: list[tuple[str, str]] = []

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

# Preserve authored syntax for defaults
autodoc_preserve_defaults = True

# local

0 comments on commit 0c326f3

Please sign in to comment.