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 committed Aug 26, 2021
1 parent fbba504 commit 109bc26
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 109bc26

Please sign in to comment.