Skip to content

Commit b4153a4

Browse files
committed
🚡 Toil the docs.
1 parent c82fa84 commit b4153a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎docs/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
# Be strict about any broken references:
2929
nitpicky = True
3030

31+
nitpick_ignore = [
32+
('py:class', '_pytest.nodes.Item'),
33+
]
34+
3135
# Include Python intersphinx mapping to prevent failures
3236
# jaraco/skeleton#51
3337
extensions += ['sphinx.ext.intersphinx']

0 commit comments

Comments
 (0)