Skip to content

sphinx-api-relink 0.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Dec 09:50
· 40 commits to main since this release
ecc0db1

✨ New features

#1 makes it possible to generate an API through sphinx.ext.autodoc by adding this to your conf.py:

api_package_path = "../src/my_package"  # relative to conf.py

More configuration values can be found in README.md.

The full changelog as commits can be found here.