diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 09:00:00 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 09:00:00 +0100 |
commit | 80ceaa3fee78ab5e7738fb41c61fda958133535d (patch) | |
tree | d42e3855e5576f63d91eaffb7b05e434c5d72350 /packages.toml | |
parent | 41bcc082b85bdcc352aa8d7d1f4017ef677479c0 (diff) |
add sphinx_inventory_url for flask
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 652287e..2662e9b 100644 --- a/packages.toml +++ b/packages.toml @@ -16,6 +16,7 @@ sphinx_inventory_url = "https://docs.djangoproject.com/en/4.0/objects.inv" [docutils] [flask] +sphinx_inventory_url = "https://flask.palletsprojects.com/en/2.0.x/objects.inv" [httpx] |