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 83c038a commit d06ace2Copy full SHA for d06ace2
doc/conf.py
@@ -43,6 +43,8 @@
43
#'sphinx_tabs.tabs',
44
]
45
46
+autodoc_typehints = "description"
47
+
48
# Add any paths that contain templates here, relative to this directory.
49
templates_path = ['_templates']
50
@@ -126,6 +128,10 @@
126
128
nitpick_ignore = [
127
129
("py:class", "frame"),
130
("py:class", "module"),
131
+ ("py:class", "DefaultValue"),
132
+ ("py:class", "FilePath"),
133
+ ("py:class", "TWarnFn"),
134
+ ("py:class", "TDebugCtl"),
135
136
137
nitpick_ignore_regex = [
0 commit comments