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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
From: Edward Betts <edward@4angle.com>
Date: Sat, 1 Oct 2022 18:29:42 +0100
Subject: fix documentation privacy breach
---
docs/contributing/index.rst | 5 +----
docs/index.rst | 26 --------------------------
2 files changed, 1 insertion(+), 30 deletions(-)
diff --git a/docs/contributing/index.rst b/docs/contributing/index.rst
index 164cc99..f4a88c4 100644
--- a/docs/contributing/index.rst
+++ b/docs/contributing/index.rst
@@ -22,10 +22,7 @@ No matter how you choose to contribute, please check out our
**Check out all the folks whom already contributed to Python Semantic Release and become one of them today!**
-|contributors|
-
-.. |contributors| image:: https://contributors-img.web.app/image?repo=python-semantic-release/python-semantic-release
- :target: https://github.com/python-semantic-release/python-semantic-release/graphs/contributors
+`Contributors <https://github.com/python-semantic-release/python-semantic-release/graphs/contributors>`_
.. toctree::
diff --git a/docs/index.rst b/docs/index.rst
index c49f1d3..6eb4a57 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,8 +1,6 @@
Python Semantic Release
***********************
-|PyPI Version| |conda-forge version| |Last Release| |Monthly Downloads| |PSR License| |Issues|
-
**Python Semantic Release (PSR)** provides an automated release mechanism
determined by SemVer and Commit Message Conventions for your Git projects.
@@ -27,30 +25,6 @@ Read more about the setup and configuration in our :ref:`Getting Started Guide <
.. _semantic-release: https://github.com/semantic-release/semantic-release
-.. |PyPI Version| image:: https://img.shields.io/pypi/v/python-semantic-release?label=PyPI&logo=pypi
- :target: https://pypi.org/project/python-semantic-release/
- :alt: pypi
-
-.. |conda-forge Version| image:: https://img.shields.io/conda/vn/conda-forge/python-semantic-release?logo=anaconda
- :target: https://anaconda.org/conda-forge/python-semantic-release
- :alt: conda-forge
-
-.. |Last Release| image:: https://img.shields.io/github/release-date/python-semantic-release/python-semantic-release?display_date=published_at
- :target: https://github.com/python-semantic-release/python-semantic-release/releases/latest
- :alt: GitHub Release Date
-
-.. |PSR License| image:: https://img.shields.io/pypi/l/python-semantic-release?color=blue
- :target: https://github.com/python-semantic-release/python-semantic-release/blob/master/LICENSE
- :alt: PyPI - License
-
-.. |Issues| image:: https://img.shields.io/github/issues/python-semantic-release/python-semantic-release
- :target: https://github.com/python-semantic-release/python-semantic-release/issues
- :alt: GitHub Issues
-
-.. |Monthly Downloads| image:: https://img.shields.io/pypi/dm/python-semantic-release
- :target: https://pypistats.org/packages/python-semantic-release
- :alt: PyPI - Downloads
-
Documentation Contents
======================
|