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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
I attempted to create an API using Sphinx based on the .pyi files generated by nanobind-stubgen, but the build was interrupted due to an error. Upon inspecting the .pyi files produced by this project, it seems that the following import statement is incorrect. I referred to the official documentation and found that there appears to be no module named Typing. It might be a typo for Type.
Hello!
I attempted to create an API using
Sphinx
based on the.pyi
files generated bynanobind-stubgen
, but the build was interrupted due to an error. Upon inspecting the.pyi
files produced by this project, it seems that the following import statement is incorrect. I referred to the official documentation and found that there appears to be no module namedTyping
. It might be a typo forType
.The text was updated successfully, but these errors were encountered: