We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9968b5 commit 1fcda8cCopy full SHA for 1fcda8c
‎docs/conf.py
@@ -34,12 +34,6 @@
34
nitpicky = True
35
nitpick_ignore: list[tuple[str, str]] = []
36
37
-nitpick_ignore = [
38
- ('py:class', 'cherrypy.process.plugins.SimplePlugin'),
39
- ('py:class', 'jaraco.classes.meta.LeafClassesMeta'),
40
- ('py:class', '_io.BytesIO'),
41
-]
42
-
43
# Include Python intersphinx mapping to prevent failures
44
# jaraco/skeleton#51
45
extensions += ['sphinx.ext.intersphinx']
@@ -60,3 +54,9 @@
60
54
extensions += ['sphinx.ext.extlinks']
61
55
62
56
# local
57
+nitpick_ignore += [
58
+ ('py:class', 'cherrypy.process.plugins.SimplePlugin'),
59
+ ('py:class', 'jaraco.classes.meta.LeafClassesMeta'),
+ ('py:class', '_io.BytesIO'),
+ ('py:class', 'pathlib._local.Path'),
+]
0 commit comments