From ca6d149e0a8d2dfd95a44f859c891122983943ff Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Sun, 13 Sep 2020 12:25:23 +0200 Subject: Add docs badge. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index ec7800c..92e15c1 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,7 @@ python-sqlparse - Parse SQL statements |buildstatus|_ |coverage|_ +|docs|_ .. docincludebegin @@ -70,3 +71,5 @@ pygments-Homepage: http://pygments.org/ .. _buildstatus: https://travis-ci.org/#!/andialbrecht/sqlparse .. |coverage| image:: https://codecov.io/gh/andialbrecht/sqlparse/branch/master/graph/badge.svg .. _coverage: https://codecov.io/gh/andialbrecht/sqlparse +.. |docs| image:: https://readthedocs.org/projects/sqlparse/badge/?version=latest +.. _docs: https://sqlparse.readthedocs.io/en/latest/?badge=latest -- cgit v1.2.1