File: remove-privacy-breach.patch

package info (click to toggle)
python-sphinx-code-include 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,312 kB
  • sloc: javascript: 8,765; python: 1,402; makefile: 23
file content (85 lines) | stat: -rw-r--r-- 3,391 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
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Description: Remove privacy breach in doc
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2023-03-02

Index: python-sphinx-code-include/README.rst
===================================================================
--- python-sphinx-code-include.orig/README.rst
+++ python-sphinx-code-include/README.rst
@@ -2,66 +2,6 @@
 Overview
 ========
 
-.. start-badges
-
-.. list-table::
-    :stub-columns: 1
-
-    * - docs
-      - |docs|
-    * - tests
-      - | |dependabot|
-        | |codecov|
-        | |codacy|
-    * - package
-      - | |version| |wheel| |oses| |supported-versions| |supported-implementations|
-        | |commits-since|
-
-
-.. |dependabot| image:: https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white
-    :target: https://img.shields.io/badge/dependabot-025E8C?style=for-the-badge&logo=dependabot&logoColor=white
-    :alt: Dependencies Auto-Checks are enabled
-
-.. |docs| image:: https://readthedocs.org/projects/sphinx-code-include/badge/?style=flat
-    :target: https://readthedocs.org/projects/sphinx-code-include
-    :alt: Documentation Status
-
-.. |codecov| image:: https://codecov.io/github/ColinKennedy/sphinx-code-include/coverage.svg?branch=master
-    :alt: Coverage Status
-    :target: https://codecov.io/github/ColinKennedy/sphinx-code-include
-
-.. |codacy| image:: https://app.codacy.com/project/badge/Grade/0ea5a564f6fe4f79bd956863943add4b
-    :target: https://app.codacy.com/gh/ColinKennedy/sphinx-code-include/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
-    :alt: Codacy Code Quality Status
-
-.. |oses| image:: https://img.shields.io/badge/os-linux%20%7C%20macOS%20%7C%20windows-blue
-    :alt: Supported OSes
-    :target: https://img.shields.io/badge/os-linux%20%7C%20macOS%20%7C%20windows-blue
-
-.. |version| image:: https://img.shields.io/pypi/v/sphinx-code-include.svg
-    :alt: PyPI Package latest release
-    :target: https://pypi.org/project/sphinx-code-include
-
-.. |wheel| image:: https://img.shields.io/pypi/wheel/sphinx-code-include.svg
-    :alt: PyPI Wheel
-    :target: https://pypi.org/project/sphinx-code-include
-
-.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/sphinx-code-include.svg
-    :alt: Supported versions
-    :target: https://pypi.org/project/sphinx-code-include
-
-.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/sphinx-code-include.svg
-    :alt: Supported implementations
-    :target: https://pypi.org/project/sphinx-code-include
-
-.. |commits-since| image:: https://img.shields.io/github/commits-since/ColinKennedy/sphinx-code-include/v1.4.0.svg
-    :alt: Commits since latest release
-    :target: https://github.com/ColinKennedy/sphinx-code-include/compare/v1.4.0...master
-
-
-
-.. end-badges
-
 sphinx-code-include is an extension for Sphinx that lets you render
 source-code of any class or function directly into your Sphinx
 documentation using only as string.
@@ -76,7 +16,7 @@ Example
 
 This code-include block renders as: (theme is sphinx_rtd_theme)
 
-.. image :: https://user-images.githubusercontent.com/10103049/67256848-f7422380-f43d-11e9-857a-434ba7bf579f.jpg
+https://user-images.githubusercontent.com/10103049/67256848-f7422380-f43d-11e9-857a-434ba7bf579f.jpg
 
 As long as the string you've chosen is either