Skip to content

Commit

Permalink
ignore RTD warning for paramspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Feb 20, 2025
1 parent 0520d35 commit d1e7d9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
# TypeVars
("py:class", "_pytest._code.code.E"),
("py:class", "E"), # due to delayed annotation
("py:class", "P"),
("py:class", "_pytest.fixtures.FixtureFunction"),
("py:class", "_pytest.nodes._NodeType"),
("py:class", "_NodeType"), # due to delayed annotation
Expand Down

0 comments on commit d1e7d9d

Please sign in to comment.