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 28d4c35 commit 0835b6fCopy full SHA for 0835b6f
docs/environment.yml
@@ -24,3 +24,4 @@ dependencies:
24
- furo
25
- myst-parser
26
- dask
27
+ - sphinx-autodoc-typehints
docs/source/conf.py
@@ -36,6 +36,7 @@
36
"sphinx.ext.napoleon",
37
"myst_nb",
38
"sphinx_fontawesome",
39
+ "sphinx_autodoc_typehints",
40
]
41
source_parsers = {}
42
templates_path = ["_templates"]
0 commit comments