How do I get Sphinx to recognize native module .pyi stubs? #13866
Unanswered
keltonhalbert
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Do you have a minimal reproducer? The relevant PR was #13253. A |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using nanobind to create a native module. It adds doc to methods/classes/etc, but it is in a format that Sphinx is not a fan of. I had hoped to instead use the
.pyi
type stubs that get generated, but I can't get Sphinx to import them. It seems to be pulling from the.so
instead. Any tips?Beta Was this translation helpful? Give feedback.
All reactions