Skip to content

Commit

Permalink
Adapt docs references to use pluggy 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 26, 2021
1 parent fbba504 commit 99813c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/en/reference/reference.rst
Expand Up @@ -958,9 +958,9 @@ _Result

Result used within :ref:`hook wrappers <hookwrapper>`.

.. autoclass:: pluggy.callers._Result
.. automethod:: pluggy.callers._Result.get_result
.. automethod:: pluggy.callers._Result.force_result
.. 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 99813c3

Please sign in to comment.