Adapt docs references to use pluggy 1.0
Also use the intersphinx reference instead of the class directly.
This commit is contained in:
parent
fbba504cd5
commit
109bc2649d
|
@ -956,11 +956,8 @@ TestReport
|
|||
_Result
|
||||
~~~~~~~
|
||||
|
||||
Result used within :ref:`hook wrappers <hookwrapper>`.
|
||||
Result object used within :ref:`hook wrappers <hookwrapper>`, see :py:class:`_Result in the pluggy documentation <pluggy._callers._Result>` for more information.
|
||||
|
||||
.. autoclass:: pluggy.callers._Result
|
||||
.. automethod:: pluggy.callers._Result.get_result
|
||||
.. automethod:: pluggy.callers._Result.force_result
|
||||
|
||||
Stash
|
||||
~~~~~
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
pallets-sphinx-themes
|
||||
pluggy>=1.0
|
||||
pygments-pytest>=2.2.0
|
||||
sphinx-removed-in>=0.2.0
|
||||
sphinx>=3.1,<4
|
||||
|
|
Loading…
Reference in New Issue