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',
