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
=====
|