summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 10c9c98d4..037c93bb7 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