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
As you can above the module_path points to the current file. This is not necessarily wrong if you know that Python defines those names in the current module (which is unfortunate). You can also see that this is being represented as a SubModuleName above. If you then infer that name you can find the actual module.
I guess we probably just have to handle SubModuleName separately.
with jedi/vim-jedi,
to recreate, clone sphinx
git clone https://github.com/sphinx-doc/sphinx
Try to goto
make_mode
fromsphinx/__init__.py
:https://github.com/sphinx-doc/sphinx/blob/774408347de2246d4f50282a58e81d8ccaf6bc3e/sphinx/__init__.py#L119
what jedi does: jumps to the top of
__init__
what it should do, check for modules
sphinx
, not just current file, because there is asphinx/make_mode.py
: https://github.com/sphinx-doc/sphinx/blob/5ab26798d226d0e342c63409a7299c5934c704fc/sphinx/make_mode.py#L315The text was updated successfully, but these errors were encountered: