Skip to content

Commit 0c326f3

Browse files
committed
Add a degenerate nitpick_ignore for downstream consumers. Add a 'local' comment to delineate where the skeleton ends and the downstream begins.
1 parent 3fcabf1 commit 0c326f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
from __future__ import annotations
2+
3+
14
extensions = [
25
'sphinx.ext.autodoc',
36
'jaraco.packaging.sphinx',
@@ -30,6 +33,7 @@
3033

3134
# Be strict about any broken references
3235
nitpicky = True
36+
nitpick_ignore: list[tuple[str, str]] = []
3337

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

4145
# Preserve authored syntax for defaults
4246
autodoc_preserve_defaults = True
47+
48+
# local

0 commit comments

Comments
 (0)