summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 39601fab..9be27efd 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -43,6 +43,8 @@ extensions = [
#'sphinx_tabs.tabs',
]
+autodoc_typehints = "description"
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -126,6 +128,10 @@ intersphinx_mapping = {
nitpick_ignore = [
("py:class", "frame"),
("py:class", "module"),
+ ("py:class", "DefaultValue"),
+ ("py:class", "FilePath"),
+ ("py:class", "TWarnFn"),
+ ("py:class", "TDebugCtl"),
]
nitpick_ignore_regex = [