-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hi,
Thank you so much for this project!
I was reading up a bit and cannot find yet guidance on this:
Which extensions do people use to read stub-only .pyi files into Sphinx docs, e.g., for quick RTD builds?
autoapi.extension(sphinx-autoapi)?- sphinx.ext.autodoc?
- m.css?
Are there a few example pybind11 projects you are aware of that build API docs purely from .pyi files?
My workflow is as follows:
- update
.pyistubs in CI, where I can run a long time (build pybind11 modules) - commit
.pyistubs to the repo - build on RTD for Sphinx docs (w/o long runtime that would be sufficient to build the pybind11 modules)
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested