diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 07:32:09 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 07:54:45 +0100 |
commit | 3ccdad1c7cdbd50296f92182c9e19eb12af2c27b (patch) | |
tree | 5cd91b4b073c7ff7691b8965ea40fbf57502fd5c /packages.toml | |
parent | 863d10e71f65617abf63a9d3b80b6c4ae41957b2 (diff) |
derive API visibility from Sphinx inventory files
Diffstat (limited to 'packages.toml')
-rw-r--r-- | packages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages.toml b/packages.toml index 8054cef..17a8bd4 100644 --- a/packages.toml +++ b/packages.toml @@ -38,6 +38,8 @@ docformat = "epytext" [setuptools] [sphinx] +sphinx_inventory_url = "https://www.sphinx-doc.org/objects.inv" +# TODO: this is the inventory for the master branch, stable would be better [sqlalchemy] |