File: Sphinx-Remove-linkage-to-external-resources.patch

package info (click to toggle)
drf-yasg-nonfree 1.21.11-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 15,800 kB
  • sloc: javascript: 6,247; python: 6,131; makefile: 31; sh: 13
file content (68 lines) | stat: -rw-r--r-- 2,425 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
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu, 27 May 2021 18:33:03 +0200
Subject: Sphinx: Remove linkage to external resources

As we build the documentation for offline usage we don't really want the
linking to external resource to show up any status on build pipelines,
code coverage or the PiPy project website. All and the same information
is within the created documentation.

Forwarded: not-needed
---
 README.rst | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/README.rst b/README.rst
index a71d075..6a090a8 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,6 @@
 drf-yasg - Yet another Swagger generator
 ########################################
 
-|actions| |nbsp| |codecov| |nbsp| |rtd-badge| |nbsp| |pypi-version| |nbsp| |gitter|
-
 Generate **real** Swagger/OpenAPI 2.0 specifications from a Django Rest Framework API.
 
 Compatible with
@@ -29,10 +27,6 @@ Resources:
 * `Changelog <https://drf-yasg.readthedocs.io/en/stable/changelog.html>`_
 * `Discussion <https://app.gitter.im/#/room/#drf-yasg:gitter.im>`_
 
-.. image:: https://img.shields.io/badge/live%20demo-blue?style=for-the-badge&logo=django
-   :target: https://dp7rvf6azp.eu-west-2.awsapprunner.com
-   :alt: Live Demo
-
 ****************
 OpenAPI 3.0 note
 ****************
@@ -337,29 +331,6 @@ djangorestframework-recursive
 Integration with `djangorestframework-recursive <https://github.com/heywbj/django-rest-framework-recursive>`_ is
 provided out of the box - if you have ``djangorestframework-recursive`` installed.
 
-.. |actions| image:: https://img.shields.io/github/actions/workflow/status/axnsan12/drf-yasg/review.yml?branch=master
-   :target: https://github.com/axnsan12/drf-yasg/actions
-   :alt: GitHub Workflow Status
-
-.. |codecov| image:: https://img.shields.io/codecov/c/github/axnsan12/drf-yasg/master.svg
-   :target: https://codecov.io/gh/axnsan12/drf-yasg
-   :alt: Codecov
-
-.. |pypi-version| image:: https://img.shields.io/pypi/v/drf-yasg.svg
-   :target: https://pypi.org/project/drf-yasg/
-   :alt: PyPI
-
-.. |gitter| image:: https://badges.gitter.im/drf-yasg.svg
-    :target: https://app.gitter.im/#/room/#drf-yasg:gitter.im
-    :alt: Gitter
-
-.. |rtd-badge| image:: https://img.shields.io/readthedocs/drf-yasg.svg
-   :target: https://drf-yasg.readthedocs.io/
-   :alt: ReadTheDocs
-
-.. |nbsp| unicode:: 0xA0
-   :trim:
-
 drf-extra-fields
 =================