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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Description: Fix lintian warning privacy-breach-generic
Some URL refer a remote image in documentation. We use a static
image instead.
Forwarded: not-needed
Author: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Index: python-sphinx-chango-0.5.0/README.rst
===================================================================
--- python-sphinx-chango-0.5.0.orig/README.rst
+++ python-sphinx-chango-0.5.0/README.rst
@@ -1,35 +1,35 @@
``chango``
==========
-.. image:: https://img.shields.io/pypi/v/chango.svg
+.. image:: staimg/pypi-chango.svg
:target: https://pypi.org/project/chango/
:alt: PyPi Package Version
-.. image:: https://img.shields.io/pypi/pyversions/chango.svg
+.. image:: staimg/pyversion-chango.svg
:target: https://pypi.org/project/chango/
:alt: Supported Python versions
-.. image:: https://readthedocs.org/projects/chango/badge/?version=stable
+.. image:: staimg/readthedocs-badge.svg
:target: https://chango.readthedocs.io/
:alt: Documentation Status
-.. image:: https://img.shields.io/pypi/l/chango.svg
+.. image:: staimg/license-chango.svg
:target: https://mit-license.org/
:alt: MIT License
-.. image:: https://github.com/Bibo-Joshi/chango/actions/workflows/unit_tests.yml/badge.svg?branch=main
+.. image:: staimg/unit-test-badge.svg
:target: https://github.com/Bibo-Joshi/chango/
:alt: Github Actions workflow
-.. image:: https://codecov.io/gh/Bibo-Joshi/chango/graph/badge.svg?token=H1HUA2FDR3
+.. image:: staimg/codecov-badge.svg
:target: https://codecov.io/gh/Bibo-Joshi/chango
:alt: Code coverage
-.. image:: https://results.pre-commit.ci/badge/github/Bibo-Joshi/chango/main.svg
+.. image:: staimg/main.svg
:target: https://results.pre-commit.ci/latest/github/Bibo-Joshi/chango/main
:alt: pre-commit.ci status
-.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
+.. image:: staimg/githubusercontent.svg
:target: https://github.com/astral-sh/ruff
:alt: Ruff
|