]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use zzzeeksphinx 1.6.1 and we arent' really using this doc mod
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jun 2025 22:26:44 +0000 (18:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jun 2025 22:26:44 +0000 (18:26 -0400)
Change-Id: Ib53111444598331290bde1788f5f2617562d250c

doc/build/conf.py

index d667781e17e15d4b5e2035616861d14a7d2eef93..50006f86169e4a56297ff392343d28e04c3cbac7 100644 (file)
@@ -40,7 +40,7 @@ extensions = [
     "sphinx_paramlinks",
     "sphinx_copybutton",
 ]
-needs_extensions = {"zzzeeksphinx": "1.2.1"}
+needs_extensions = {"zzzeeksphinx": "1.6.1"}
 
 # Add any paths that contain templates here, relative to this directory.
 # not sure why abspath() is needed here, some users
@@ -167,11 +167,6 @@ autodocmods_convert_modname = {
     "sqlalchemy.orm.util": "sqlalchemy.orm",
 }
 
-autodocmods_convert_modname_w_class = {
-    ("sqlalchemy.engine.interfaces", "Connectable"): "sqlalchemy.engine",
-    ("sqlalchemy.sql.base", "DialectKWArgs"): "sqlalchemy.sql.base",
-}
-
 # on the referencing side, a newer zzzeeksphinx extension
 # applies shorthand symbols to references so that we can have short
 # names that are still using absolute references.