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 4020e26 commit 1e2d1a4Copy full SHA for 1e2d1a4
docs/conf.py
@@ -23,6 +23,7 @@
23
"sphinx.ext.autodoc",
24
"sphinx.ext.viewcode",
25
"sphinx_design",
26
+ "sphinx_autodoc_typehints",
27
]
28
29
# List of patterns, relative to source directory, that match files and
@@ -72,6 +73,7 @@
72
73
("py:class", klass)
74
for klass in [
75
"Path",
76
+ "pathlib._local.Path",
77
"docutils.nodes.document",
78
"docutils.nodes.Node",
79
"docutils.nodes.Element",
pyproject.toml
@@ -86,6 +86,7 @@ rtd = [
86
"sphinx-design",
87
"sphinxcontrib-bibtex",
88
"sympy",
89
+ "sphinx-autodoc-typehints",
90
91
testing = [
92
"coverage>=6.4",
0 commit comments