We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c00baf5 + f3d09bb commit f49eea6Copy full SHA for f49eea6
README.rst
@@ -2,7 +2,7 @@
2
jsonschema
3
==========
4
5
-|PyPI| |Pythons| |Travis| |AppVeyor|
+|PyPI| |Pythons| |Travis| |AppVeyor| |ReadTheDocs|
6
7
.. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema.svg
8
:alt: PyPI version
@@ -19,6 +19,10 @@ jsonschema
19
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/adtt0aiaihy6muyn?svg=true
20
:alt: AppVeyor build status
21
:target: https://ci.appveyor.com/project/Julian/jsonschema
22
+
23
+.. |ReadTheDocs| image:: https://readthedocs.org/projects/python-jsonschema/badge/?version=latest&style=flat
24
+ :alt: ReadTheDocs status
25
+ :target: https://python-jsonschema.readthedocs.io/en/stable/
26
27
28
``jsonschema`` is an implementation of `JSON Schema <https://json-schema.org>`_
0 commit comments