Adapt docs references to use pluggy 1.0

Also use the intersphinx reference instead of the class directly.
This commit is contained in:
Bruno Oliveira 2021-08-26 09:33:50 -03:00
parent fbba504cd5
commit 109bc2649d
2 changed files with 2 additions and 4 deletions

View File

@ -956,11 +956,8 @@ TestReport
_Result _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 Stash
~~~~~ ~~~~~

View File

@ -1,4 +1,5 @@
pallets-sphinx-themes pallets-sphinx-themes
pluggy>=1.0
pygments-pytest>=2.2.0 pygments-pytest>=2.2.0
sphinx-removed-in>=0.2.0 sphinx-removed-in>=0.2.0
sphinx>=3.1,<4 sphinx>=3.1,<4