diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 08:03:34 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 08:03:34 +0100 |
commit | cbf1314871d490e8213fd283fb72fa6fa3d2f115 (patch) | |
tree | 9069290ac841e8abbff47506564fcc5082d23526 /packages.toml | |
parent | 719830b9e18aa7c87061e0a1ba94b1e1c8ff0aeb (diff) |
skip inventory_url if it doesn't contain py:module
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 7b71f4b..f920c45 100644 --- a/packages.toml +++ b/packages.toml @@ -2,6 +2,7 @@ sphinx_inventory_url = "https://babel.pocoo.org/en/stable/objects.inv" [beautifulsoup4] +sphinx_inventory_url = "https://www.crummy.com/software/BeautifulSoup/bs4/doc/objects.inv" [bottle] |