From: Mike Bayer Date: Fri, 15 Apr 2022 18:22:03 +0000 (-0400) Subject: sphinx conf tweaks X-Git-Tag: rel_2_0_0b1~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd201d444e555c2940f85dbc1a3e2bc727f86690;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git sphinx conf tweaks don't put args on the class itself, as it seems to be using __new__ in some cases which is ugly get new zzzeeksphinx built Change-Id: Ib1453646329569eacd282825588292b451a80f68 --- diff --git a/doc/build/conf.py b/doc/build/conf.py index 10c9c98d4e..037c93bb71 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -111,6 +111,9 @@ changelog_render_changeset = "https://www.sqlalchemy.org/trac/changeset/%s" exclude_patterns = ["build", "**/unreleased*/*", "*_include.rst"] +autodoc_class_signature = "separated" +autodoc_typehints_format = "short" + # zzzeeksphinx makes these conversions when it is rendering the # docstrings classes, methods, and functions within the scope of # Sphinx autodoc