Skip to content

Commit 3394e11

Browse files
authored
Fix docs badge
1 parent 0467f9a commit 3394e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Besides undoing the mocking automatically after the end of the test, it also pro
2525
nice utilities such as ``spy`` and ``stub``, and uses pytest introspection when
2626
comparing calls.
2727

28-
|python| |version| |anaconda| |ci| |coverage| |black| |pre-commit|
28+
|python| |version| |anaconda| |docs| |ci| |coverage| |black| |pre-commit|
2929

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

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

5454

0 commit comments

Comments
 (0)