diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-08 09:08:53 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-08 09:08:53 +0100 |
commit | 068c3636525c2d523359878e6c0038767ec8ae90 (patch) | |
tree | fa9283f8477f55062050027e7d050fa6c6aa96e8 /packages.toml | |
parent | 80ceaa3fee78ab5e7738fb41c61fda958133535d (diff) |
stop requiring py:module in sphinx inventory
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 2662e9b..e15c6ba 100644 --- a/packages.toml +++ b/packages.toml @@ -21,10 +21,12 @@ sphinx_inventory_url = "https://flask.palletsprojects.com/en/2.0.x/objects.inv" [httpx] [jinja2] +sphinx_inventory_url = "https://jinja.palletsprojects.com/en/3.0.x/objects.inv" [lxml] [mako] +sphinx_inventory_url = "https://docs.makotemplates.org/en/latest/objects.inv" [markdown] |