1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Nicolas Dandrimont <olasd@debian.org>
Date: Tue, 19 Nov 2019 11:51:20 +0100
Subject: Remove reference to remote image in docs
Forwarded: not-needed
---
hypothesis-python/docs/community.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/hypothesis-python/docs/community.rst b/hypothesis-python/docs/community.rst
index 4c886fd..4daf461 100644
--- a/hypothesis-python/docs/community.rst
+++ b/hypothesis-python/docs/community.rst
@@ -13,8 +13,6 @@ If you would like to cite Hypothesis, please consider :gh-file:`our suggested ci
If you like repo badges, we suggest the following badge, which you can add with Markdown or reStructuredText respectively:
-.. image:: https://img.shields.io/badge/hypothesis-tested-brightgreen.svg
-
.. code:: md
[](https://hypothesis.readthedocs.io/)
|