From: Mike Bayer Date: Tue, 24 Jun 2025 22:26:44 +0000 (-0400) Subject: use zzzeeksphinx 1.6.1 and we arent' really using this doc mod X-Git-Tag: rel_2_0_42~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265c402322a3f2890a29b5d4bbe287b72d47271a;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git use zzzeeksphinx 1.6.1 and we arent' really using this doc mod Change-Id: Ib53111444598331290bde1788f5f2617562d250c (cherry picked from commit 5394c75bcac270905a58a0fb7cd5f0d6643f78fd) --- diff --git a/doc/build/conf.py b/doc/build/conf.py index b91d5cd9c8..edf014ac1f 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -42,7 +42,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 @@ -169,11 +169,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.