diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:19:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:19:53 +0000 |
commit | f42a25756b9133ae9c62fa7a86112bfc603391c8 (patch) | |
tree | 51bf1ba3aad37d5913d230724bd1969d4d466286 /debian/patches/docs-Drop-external-graphic-in-index.rst.patch | |
parent | Adding upstream version 0.91.0. (diff) | |
download | python-ruyaml-debian.tar.xz python-ruyaml-debian.zip |
Adding debian version 0.91.0-3.debian/0.91.0-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/docs-Drop-external-graphic-in-index.rst.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/docs-Drop-external-graphic-in-index.rst.patch b/debian/patches/docs-Drop-external-graphic-in-index.rst.patch new file mode 100644 index 0000000..0cd5285 --- /dev/null +++ b/debian/patches/docs-Drop-external-graphic-in-index.rst.patch @@ -0,0 +1,22 @@ +From: Carsten Schoenert <c.schoenert@t-online.de> +Date: Tue, 12 Sep 2023 12:57:44 +0530 +Subject: docs: Drop external graphic in index.rst + +The badge about the build status for the documentation isn't needed. + +Forwarded: Not-Needed +--- + _doc/index.rst | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/_doc/index.rst b/_doc/index.rst +index 0324eff..83dd9ef 100644 +--- a/_doc/index.rst ++++ b/_doc/index.rst +@@ -22,6 +22,3 @@ Contents: + pyyaml + contributing + upmerge +- +-.. image:: https://readthedocs.org/projects/ruyaml/badge/?version=stable +- :target: https://ruyaml.readthedocs.org/en/stable |