summaryrefslogtreecommitdiff
path: root/packages.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-02-10 09:26:05 +0100
committerMartin Fischer <martin@push-f.com>2022-02-10 09:26:05 +0100
commit3f9f696c2bbe9af82d63b07d32763a4126c4aec0 (patch)
tree061ecada28639f65fdfe6dc3e0e8343b9051552d /packages.toml
parent091d3f39435da9de77d0492686acd7bba6f79357 (diff)
fix sphinx_inventory_url of Django
Diffstat (limited to 'packages.toml')
-rw-r--r--packages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.toml b/packages.toml
index f74b775..5203184 100644
--- a/packages.toml
+++ b/packages.toml
@@ -11,7 +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"
+sphinx_inventory_url = "https://docs.djangoproject.com/en/4.0/_objects/"
[docspec]