"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
"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.