Open dagardner-nv opened 1 month ago
I was able to repro the issue outside of Morpheus without any of our code in as simple of a repro as possible (https://github.com/dagardner-nv/repro_1956).
Through trial/error I was able to isolate the issue to the numpydoc extension, and opened up: https://github.com/numpy/numpydoc/issues/587
How would you describe the priority of this documentation request
Critical (currently preventing usage)
Please provide a link or source to the relevant docs
https://github.com/nv-morpheus/Morpheus/blob/branch-24.10/python/morpheus/morpheus/utils/type_aliases.py
Describe the problems in the documentation
Attempting to document this alias:
Yields this error, which appears to be a variant of https://github.com/sphinx-doc/sphinx/issues/8493
Changing the alias to use
typing.Dict
avoids the issue:(Optional) Propose a correction
No response
Code of Conduct