55ccb80
diff -Naur marshmallow-3.21.0.orig/docs/conf.py marshmallow-3.21.0/docs/conf.py
55ccb80
--- marshmallow-3.21.0.orig/docs/conf.py	2024-02-26 20:43:44.000000000 +0100
55ccb80
+++ marshmallow-3.21.0/docs/conf.py	2024-02-27 22:04:26.379014742 +0100
55ccb80
@@ -9,7 +9,6 @@
da0f816
     "alabaster",
da0f816
     "sphinx_issues",
55ccb80
     "versionwarning.extension",
da0f816
-    "autodocsumm",
da0f816
 ]
da0f816
 
da0f816
 primary_domain = "py"
55ccb80
diff -Naur marshmallow-3.21.0.orig/pyproject.toml marshmallow-3.21.0/pyproject.toml
55ccb80
--- marshmallow-3.21.0.orig/pyproject.toml	2024-02-26 20:43:44.000000000 +0100
55ccb80
+++ marshmallow-3.21.0/pyproject.toml	2024-02-27 22:05:53.435787582 +0100
55ccb80
@@ -37,7 +37,6 @@
55ccb80
   "sphinx-issues==4.0.0",
55ccb80
   "alabaster==0.7.16",
55ccb80
   "sphinx-version-warning==1.1.2",
55ccb80
-  "autodocsumm==0.2.12",
55ccb80
 ]
55ccb80
 tests = ["pytest", "pytz", "simplejson"]
55ccb80
 dev = ["marshmallow[tests]", "tox", "pre-commit~=3.5"]