Skip to content

Commit d1e7d9d

Browse files
committed
ignore RTD warning for paramspec
1 parent 0520d35 commit d1e7d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/en/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
# TypeVars
9898
("py:class", "_pytest._code.code.E"),
9999
("py:class", "E"), # due to delayed annotation
100+
("py:class", "P"),
100101
("py:class", "_pytest.fixtures.FixtureFunction"),
101102
("py:class", "_pytest.nodes._NodeType"),
102103
("py:class", "_NodeType"), # due to delayed annotation

0 commit comments

Comments
 (0)