File: 0001-Remove-reference-to-remote-image-in-docs.patch

package info (click to toggle)
python-hypothesis 6.138.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,272 kB
  • sloc: python: 62,853; ruby: 1,107; sh: 253; makefile: 41; javascript: 6
file content (22 lines) | stat: -rw-r--r-- 895 bytes parent folder | download
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
 
     [![Tested with Hypothesis](https://img.shields.io/badge/hypothesis-tested-brightgreen.svg)](https://hypothesis.readthedocs.io/)