BUG: Fully qualified type hints in project documentation #21
Labels
bug 🐞
There is a problem, error, or unexpected behaviour
documentation 📝
Improvements or additions to documentation or tutorials
Description:
Type hints are fully qualified, despite specifying
autodoc_typehints_format = "short"
indocs/source/conf.py
.Project Area:
Project documentation
Steps to Reproduce:
Build shinx docs, using the procedure outlined in
CODING.md
.Expected Behavior:
Leading module names should be suppressed. E.g., expect
Path
, notpathlib.Path
, andDataset
notutils.data.Dataset
.The text was updated successfully, but these errors were encountered: