From 10fea0b664524bb8cbfb2f299fafd6d9da1420fb Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 6 Dec 2019 13:18:40 +0900 Subject: [PATCH] :pencil: License badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 5be17ca5b..68065ac85 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,10 @@ :target: https://codecov.io/gh/sphinx-doc/sphinx :alt: Code Coverage Status (Codecov) +.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg + :target: https://opensource.org/licenses/BSD-3-Clause + :alt: BSD 3 Clause + Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created