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
===
-[](https://pypi.python.org/pypi/m2r)
-[](https://pypi.python.org/pypi/m2r)
-[](https://miyakogi.github.io/m2r)
-[](https://travis-ci.org/miyakogi/m2r)
-[](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',
|