File: remove-nonlocal-image-link.patch

package info (click to toggle)
sphinx-testing 1.0.1-0.2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 220 kB
  • sloc: python: 741; makefile: 8; sh: 7
file content (27 lines) | stat: -rw-r--r-- 1,081 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: Removed non-local images links
Author: Kouhei Maeda
Last-Update: 2019-01-05
Index: sphinx-testing-0.8.1/README.rst
===================================================================
--- sphinx-testing-0.8.1.orig/README.rst	2019-01-05 07:54:56.714708870 +0900
+++ sphinx-testing-0.8.1/README.rst	2019-01-05 07:54:56.710709407 +0900
@@ -4,19 +4,6 @@
 
 `sphinx-testing` provides testing utility classes and functions for Sphinx extensions.
 
-.. image:: https://travis-ci.org/sphinx-doc/sphinx-testing.svg?branch=master
-   :target: https://travis-ci.org/sphinx-doc/sphinx-testing
-
-.. image:: https://coveralls.io/repos/sphinx-doc/sphinx-testing/badge.png?branch=master
-   :target: https://coveralls.io/r/sphinx-doc/sphinx-testing?branch=master
-
-.. image:: https://img.shields.io/pypi/dm/sphinx-testing.svg
-   :target: https://pypi.python.org/pypi/sphinx-testing/
-   :alt: Number of PyPI downloads
-
-.. image:: https://img.shields.io/pypi/wheel/sphinx-testing.svg
-   :target: https://pypi.python.org/pypi/sphinx-testing/
-   :alt: Wheel Status
 
 Setup
 =====