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
IPython will just display the signatures in the docstring.
Sphinx's autodoc will try to use them as the signature (Only if no annotations hopefully...), but they also include Cython syntax which Sphinx doesn't understand or strip.
https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html#compiler-directives
The text was updated successfully, but these errors were encountered: