Skip to content

Commit 1fcda8c

Browse files
committed
🚡 Toil the docs.
1 parent f9968b5 commit 1fcda8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎docs/conf.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@
3434
nitpicky = True
3535
nitpick_ignore: list[tuple[str, str]] = []
3636

37-
nitpick_ignore = [
38-
('py:class', 'cherrypy.process.plugins.SimplePlugin'),
39-
('py:class', 'jaraco.classes.meta.LeafClassesMeta'),
40-
('py:class', '_io.BytesIO'),
41-
]
42-
4337
# Include Python intersphinx mapping to prevent failures
4438
# jaraco/skeleton#51
4539
extensions += ['sphinx.ext.intersphinx']
@@ -60,3 +54,9 @@
6054
extensions += ['sphinx.ext.extlinks']
6155

6256
# local
57+
nitpick_ignore += [
58+
('py:class', 'cherrypy.process.plugins.SimplePlugin'),
59+
('py:class', 'jaraco.classes.meta.LeafClassesMeta'),
60+
('py:class', '_io.BytesIO'),
61+
('py:class', 'pathlib._local.Path'),
62+
]

0 commit comments

Comments
 (0)