Skip to content

Commit

Permalink
Adapt docs references to use pluggy 1.0
Browse files Browse the repository at this point in the history
Also use the intersphinx reference instead of the class directly.
  • Loading branch information
nicoddemus authored and RonnyPfannschmidt committed Oct 1, 2021
1 parent ab32088 commit 314366a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions doc/en/reference/reference.rst
Expand Up @@ -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
~~~~~
Expand Down
1 change: 1 addition & 0 deletions doc/en/requirements.txt
@@ -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
Expand Down

0 comments on commit 314366a

Please sign in to comment.