Skip to content

Commit 0835b6f

Browse files
committed
WIP: use sphinx_autodoc_typehints
1 parent 28d4c35 commit 0835b6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dependencies:
2424
- furo
2525
- myst-parser
2626
- dask
27+
- sphinx-autodoc-typehints

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"sphinx.ext.napoleon",
3737
"myst_nb",
3838
"sphinx_fontawesome",
39+
"sphinx_autodoc_typehints",
3940
]
4041
source_parsers = {}
4142
templates_path = ["_templates"]

0 commit comments

Comments
 (0)