You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The auto-generated signatures for the overloaded method LLMNode::add_node cause a sphinx build error.
I disabled this for that class with:
// The auto-generated docstrings for the overloaded function in this class cause sphinx errors
py::options options;
options.disable_function_signatures();
py::class_<LLMNode...
...
options.enable_function_signatures();
Which worked-around the sphinx issue, but LLMNode::add_node no longer appears in the sub file, causing erroneous syntax errors in the IDEs that support parsing pyi files.
Minimum reproducible example
No response
Relevant log output
Click here to see error details
[Paste the error here, it will be hidden by default]
Full env printout
Click here to see environment details
[Paste the results of print_env.sh here, it will be hidden by default]
Other/Misc.
No response
Code of Conduct
I agree to follow Morpheus' Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Version
23.11
Which installation method(s) does this occur on?
Source
Describe the bug.
The auto-generated signatures for the overloaded method
LLMNode::add_node
cause a sphinx build error.I disabled this for that class with:
Which worked-around the sphinx issue, but
LLMNode::add_node
no longer appears in the sub file, causing erroneous syntax errors in the IDEs that support parsing pyi files.Minimum reproducible example
No response
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: