diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 08:54:17 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 08:54:17 +0100 |
commit | 41bcc082b85bdcc352aa8d7d1f4017ef677479c0 (patch) | |
tree | 149916bdebb6c426be5a5d4a4637b4a797669df0 /packages.toml | |
parent | a9f4ca4460295be54d2c1c77d06c5e3b3e71056a (diff) |
skip package if sphinx inventory lookup failed
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 91f8c58..652287e 100644 --- a/packages.toml +++ b/packages.toml @@ -11,6 +11,7 @@ sphinx_inventory_url = "https://bottlepy.org/docs/stable/objects.inv" sphinx_inventory_url = "https://click.palletsprojects.com/en/8.0.x/objects.inv" [django] +sphinx_inventory_url = "https://docs.djangoproject.com/en/4.0/objects.inv" [docutils] |