Description: remove privacy breaching images from docs
Author: Martin <debacle@debian.org>
Origin: vendor
Last-Update: 2022-01-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -104,7 +104,7 @@
 # documentation.
 #
 html_theme_options = {
-    'github_button': True,
+    'github_button': False,
     'github_user': 'aiortc',
     'github_repo': 'pylibsrtp',
 }
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,23 +3,17 @@
 
 |pypi-v| |pypi-pyversions| |pypi-l| |pypi-wheel| |tests| |codecov|
 
-.. |pypi-v| image:: https://img.shields.io/pypi/v/pylibsrtp.svg
-    :target: https://pypi.python.org/pypi/pylibsrtp
+`Pypi-v <https://pypi.python.org/pypi/pylibsrtp`_
 
-.. |pypi-pyversions| image:: https://img.shields.io/pypi/pyversions/pylibsrtp.svg
-    :target: https://pypi.python.org/pypi/pylibsrtp
+`Pypi-pyversions <https://pypi.python.org/pypi/pylibsrtp`_
 
-.. |pypi-l| image:: https://img.shields.io/pypi/l/pylibsrtp.svg
-    :target: https://pypi.python.org/pypi/pylibsrtp
+`Pypi-l <https://pypi.python.org/pypi/pylibsrtp>`_
 
-.. |pypi-wheel| image:: https://img.shields.io/pypi/wheel/pylibsrtp.svg
-    :target: https://pypi.python.org/pypi/pylibsrtp
+`Pypi-wheel <https://pypi.python.org/pypi/pylibsrtp>`_
 
-.. |tests| image:: https://github.com/aiortc/pylibsrtp/workflows/tests/badge.svg
-    :target: https://github.com/aiortc/pylibsrtp/actions
+`Tests <https://github.com/aiortc/pylibsrtp/actions>`_
 
-.. |codecov| image:: https://img.shields.io/codecov/c/github/aiortc/pylibsrtp.svg
-    :target: https://codecov.io/gh/aiortc/pylibsrtp
+`Codecov <https://codecov.io/gh/aiortc/pylibsrtp>`_
 
 ``pylibsrtp`` is a Python wrapper around `libsrtp`_, making it possible to
 encrypt and decrypt Secure Real-time Transport Protocol (SRTP) packets from
