File: 2001_privacy.patch

package info (click to toggle)
python-m2r 0.3.1-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 344 kB
  • sloc: python: 1,409; makefile: 287; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,321 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
Description: Avoid privacy breaches reading the documentation
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2019-10-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -9,14 +9,6 @@
 M2R
 ===
 
-[![PyPI](https://img.shields.io/pypi/v/m2r.svg)](https://pypi.python.org/pypi/m2r)
-[![PyPI version](https://img.shields.io/pypi/pyversions/m2r.svg)](https://pypi.python.org/pypi/m2r)
-[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://miyakogi.github.io/m2r)
-[![Build Status](https://travis-ci.org/miyakogi/m2r.svg?branch=master)](https://travis-ci.org/miyakogi/m2r)
-[![codecov](https://codecov.io/gh/miyakogi/m2r/branch/master/graph/badge.svg)](https://codecov.io/gh/miyakogi/m2r)
-
---------------------------------------------------------------------------------
-
 M2R converts a markdown file including reStructuredText (rst) markups to a valid
 rst format.
 
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -132,7 +132,8 @@
     'description': 'Markdown mixed to reST',
     'github_user': 'miyakogi',
     'github_repo': 'm2r',
-    'github_banner': True,
+    'github_banner': False,
+    'github_button': False,
     'github_type': 'mark',
     'github_count': False,
     'font_family': '"Charis SIL", "Noto Serif", serif',