Skip to content

Commit

Permalink
Fix currentmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 16, 2024
1 parent 3ddb1be commit b9cf9fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/utilities
2 changes: 1 addition & 1 deletion python/morpheus/morpheus/_lib/messages/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
-----------------------
.. currentmodule:: morpheus.messages
.. currentmodule:: morpheus._lib.messages
.. autosummary::
:toctree: _generate
Expand Down
2 changes: 1 addition & 1 deletion python/morpheus/morpheus/_lib/messages/module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PYBIND11_MODULE(messages, _module)
{
_module.doc() = R"pbdoc(
-----------------------
.. currentmodule:: morpheus.messages
.. currentmodule:: morpheus._lib.messages
.. autosummary::
:toctree: _generate
Expand Down

0 comments on commit b9cf9fc

Please sign in to comment.