We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c0b48 commit 42bbddeCopy full SHA for 42bbdde
dev-requirements.in
@@ -10,3 +10,4 @@ black
10
pex
11
bump2version
12
sphinx_rtd_theme
13
+sphinx-autodoc-typehints
docs/conf.py
@@ -6,6 +6,7 @@
6
7
extensions = [
8
"sphinx.ext.autodoc",
9
+ "sphinx_autodoc_typehints", # Must come *after* sphinx.ext.autodoc.
"sphinx.ext.autosummary",
"sphinx.ext.coverage",
"sphinx.ext.doctest",
@@ -51,4 +52,3 @@
51
52
napoleon_use_param = False
53
54
autoapi_dirs = ["../src/marshmallow_union"]
-
0 commit comments