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
|
From: Thomas Goirand <zigo@debian.org>
Date: Thu, 3 Aug 2017 23:32:27 +0200
Subject: Remove privacy breach
---
docs/development.rst | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/docs/development.rst b/docs/development.rst
index b9422bf..8585a2b 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -2,15 +2,6 @@
The development version
**********************************************************************
-.. image:: https://github.com/libgit2/pygit2/actions/workflows/tests.yml/badge.svg
- :target: https://github.com/libgit2/pygit2/actions/workflows/tests.yml
-
-.. image:: https://ci.appveyor.com/api/projects/status/edmwc0dctk5nacx0/branch/master?svg=true
- :target: https://ci.appveyor.com/project/jdavid/pygit2/branch/master
-
-.. contents:: Contents
- :local:
-
Unit tests
==========
|