Skip to content

Commit

Permalink
Fix docs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Apr 22, 2022
1 parent 0467f9a commit 3394e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Besides undoing the mocking automatically after the end of the test, it also pro
nice utilities such as ``spy`` and ``stub``, and uses pytest introspection when
comparing calls.

|python| |version| |anaconda| |ci| |coverage| |black| |pre-commit|
|python| |version| |anaconda| |docs| |ci| |coverage| |black| |pre-commit|

.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg
:target: https://pypi.python.org/pypi/pytest-mock
Expand All @@ -48,7 +48,7 @@ comparing calls.
.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/pytest-dev/pytest-mock/master.svg
:target: https://results.pre-commit.ci/latest/github/pytest-dev/pytest-mock/master

.. image:: https://readthedocs.org/projects/pytest-mock/badge/?version=latest
.. |docs| image:: https://readthedocs.org/projects/pytest-mock/badge/?version=latest
:target: https://pytest-mock.readthedocs.io/en/latest/?badge=latest


Expand Down

0 comments on commit 3394e11

Please sign in to comment.