From 418e7c2ec6d3e93e211de0aff74a09be6673a263 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 29 Aug 2023 09:11:23 -0300 Subject: [PATCH] [DOCs][Added] Badge for docs build --- docs/source/index.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index e9c4bd0c..94245804 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -4,7 +4,7 @@ KiBot (formerly KiPlot) .. figure:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/kibot_740x400_logo.png :alt: KiBot Logo -|Python application| |Coverage Status| |PyPI version| |Donate| +|Python application| |Coverage Status| |PyPI version| |DOCs status| |Donate| |doc_id| @@ -60,3 +60,6 @@ KiBot (formerly KiPlot) :target: https://pypi.org/project/kibot/ .. |Donate| image:: https://img.shields.io/badge/Donate-PayPal-green.svg?style=plastic :target: https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL +.. |DOCs status| image:: https://readthedocs.org/projects/kibot/badge/?version=latest + :target: https://kibot.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status