From: Ole Streicher <olebole@debian.org>
Date: Tue, 19 Jul 2022 12:28:07 +0200
Subject: Hardcode contributors list instead of fetching from Github

---
 docs/conf.py   |  1 -
 docs/index.rst | 13 +++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index e8473ba..d678285 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -40,7 +40,6 @@ extensions = [
     "sphinx_autodoc_typehints",  # must be loaded after napoleon
     "sphinx_automodapi.automodapi",
     "sphinx_automodapi.smart_resolver",
-    "sphinx_contributors",
 ]
 
 # Add any paths that contain templates here, relative to this directory.
diff --git a/docs/index.rst b/docs/index.rst
index a3d0cda..1371b33 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -113,10 +113,15 @@ Parfive reads the following environment variables, note that as of version 2.0 a
 Contributors
 ------------
 
-.. contributors:: Cadair/parfive
-    :avatars:
-    :exclude: pre-commit-ci[bot]
-    :order: ASC
+ * Cadair
+ * vn-ki
+ * dstansby
+ * nabobalis
+ * GitHK
+ * SolarDrew
+ * 1nF0rmed
+ * Raahul-Singh
+ * rlaker
 
 Changelog
 ---------
