From 263fb6567b0dfee96994ed88aa8ee3235cf7b197 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 15 Jul 2019 10:34:41 +0200 Subject: [PATCH] Add docs badge --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 09f0699..76a95b9 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,8 @@ :target: https://pypi.python.org/pypi/django-polymorphic/ .. image:: https://img.shields.io/codecov/c/github/django-polymorphic/django-polymorphic/master.svg :target: https://codecov.io/github/django-polymorphic/django-polymorphic?branch=master +.. image:: https://readthedocs.org/projects/django-polymorphic/badge/?version=stable + :target: https://django-polymorphic.readthedocs.io/en/stable/ Polymorphic Models for Django =============================