]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
sphinx conf tweaks
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Apr 2022 18:22:03 +0000 (14:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Apr 2022 18:22:03 +0000 (14:22 -0400)
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

doc/build/conf.py

index 10c9c98d4ebd0c1dd446929893dd598f19089d2a..037c93bb71891189857bde7ca473d793b9de4924 100644 (file)
@@ -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