Sphinx extension to support docstrings in Numpy format
Build a lightweight Sphinx extension that wires in the dependency so NumPy-style docstrings are transformed automatically and its specialized directive domains are available during documentation builds.
@generates
def configure_autodoc(app) -> None:
"""Attach the dependency's autodoc processing, configure member visibility, and ensure its custom domains are active."""Provides NumPy-style autodoc hooks and custom domains for Sphinx.
tessl i tessl/pypi-numpydoc@1.9.0evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9