Skip to content

Commit 637972d

Browse files
committed
Add other badges
1 parent 64898ca commit 637972d

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|Docs badge| |License|
1+
|Build| |PyPI version| |Docs badge| |License|
22

33
sphinx-hoverxref
44
================
@@ -43,6 +43,12 @@ Check out the full documentation at https://sphinx-hoverxref.readthedocs.io/
4343
.. _Sphinx: https://www.sphinx-doc.org/
4444

4545

46+
.. |Build| image:: https://travis-ci.org/readthedocs/sphinx-hoverxref.svg?branch=master
47+
:target: https://travis-ci.org/readthedocs/sphinx-hoverxref
48+
:alt: Build status
49+
.. |PyPI version| image:: https://img.shields.io/pypi/v/sphinx-hoverxref.svg
50+
:target: https://pypi.org/project/sphinx-hoverxref
51+
:alt: Current PyPI version
4652
.. |Docs badge| image:: https://readthedocs.org/projects/sphinx-hoverxref/badge/?version=latest
4753
:target: https://sphinx-hoverxref.readthedocs.io/en/latest/?badge=latest
4854
:alt: Documentation status

docs/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Source code repository (and issue tracker):
1010
https://github.com/readthedocs/sphinx-hoverxref/
1111

1212
Badges:
13-
|Docs badge| |License|
13+
|Build| |PyPI version| |Docs badge| |License|
1414

1515

1616
Usage
@@ -54,6 +54,12 @@ This will :hoverxref:`show a tooltip <hoverxref:hoverxref>` in the linked words.
5454
.. _Read the Docs: https://readthedocs.org
5555

5656

57+
.. |Build| image:: https://travis-ci.org/readthedocs/sphinx-hoverxref.svg?branch=master
58+
:target: https://travis-ci.org/readthedocs/sphinx-hoverxref
59+
:alt: Build status
60+
.. |PyPI version| image:: https://img.shields.io/pypi/v/sphinx-hoverxref.svg
61+
:target: https://pypi.org/project/sphinx-hoverxref
62+
:alt: Current PyPI version
5763
.. |Docs badge| image:: https://readthedocs.org/projects/sphinx-hoverxref/badge/?version=latest
5864
:target: https://sphinx-hoverxref.readthedocs.io/en/latest/?badge=latest
5965
:alt: Documentation status

0 commit comments

Comments
 (0)