diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 08:21:35 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 08:21:35 +0100 |
commit | f4f60f96bdf3e3ee0f42321dced94d39634cdb4c (patch) | |
tree | a73baab1e5fb6be4dd15930ec775ca5bb19b0a1e /packages.toml | |
parent | d895594c38a8033f64383dee30936924316a61ce (diff) |
consider all modules that contain an object from a sphinx inventory public
Diffstat (limited to 'packages.toml')
-rw-r--r-- | packages.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages.toml b/packages.toml index 3b79315..91f8c58 100644 --- a/packages.toml +++ b/packages.toml @@ -8,6 +8,7 @@ sphinx_inventory_url = "https://www.crummy.com/software/BeautifulSoup/bs4/doc/ob sphinx_inventory_url = "https://bottlepy.org/docs/stable/objects.inv" [click] +sphinx_inventory_url = "https://click.palletsprojects.com/en/8.0.x/objects.inv" [django] |