Skip to content

Commit 109bc26

Browse files
committed
Adapt docs references to use pluggy 1.0
Also use the intersphinx reference instead of the class directly.
1 parent fbba504 commit 109bc26

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doc/en/reference/reference.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -956,11 +956,8 @@ TestReport
956956
_Result
957957
~~~~~~~
958958

959-
Result used within :ref:`hook wrappers <hookwrapper>`.
959+
Result object used within :ref:`hook wrappers <hookwrapper>`, see :py:class:`_Result in the pluggy documentation <pluggy._callers._Result>` for more information.
960960

961-
.. autoclass:: pluggy.callers._Result
962-
.. automethod:: pluggy.callers._Result.get_result
963-
.. automethod:: pluggy.callers._Result.force_result
964961

965962
Stash
966963
~~~~~

doc/en/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pallets-sphinx-themes
2+
pluggy>=1.0
23
pygments-pytest>=2.2.0
34
sphinx-removed-in>=0.2.0
45
sphinx>=3.1,<4

0 commit comments

Comments
 (0)