Skip to content

Commit b8f34c9

Browse files
committed
docs: ignore FixtureFunctionDefinition from docs
This is an internal class users don't need to know about it.
1 parent 438ca03 commit b8f34c9

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
@@ -75,6 +75,7 @@
7575
("py:class", "_pytest._code.code.TerminalRepr"),
7676
("py:class", "TerminalRepr"),
7777
("py:class", "_pytest.fixtures.FixtureFunctionMarker"),
78+
("py:class", "_pytest.fixtures.FixtureFunctionDefinition"),
7879
("py:class", "_pytest.logging.LogCaptureHandler"),
7980
("py:class", "_pytest.mark.structures.ParameterSet"),
8081
# Intentionally undocumented/private

0 commit comments

Comments
 (0)