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 usecase for this is when we are building the documentation and using autodoc to avoid import failures and avoid cmake building. The user could have something like this setup
The usecase for this is when we are building the documentation and using
autodoc
to avoid import failures and avoid cmake building. The user could have something like this setupThe logic to be added is that if there is a
.pyi
stub file without a.py
original, then:.py
fileScikitBuildRedirectingFinder
needs to be changed to detect.pyi
files as modulesThe text was updated successfully, but these errors were encountered: