From bdc319da757053d954ad836d0add29942de6da61 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Thu, 10 Mar 2022 11:10:43 -0500 Subject: [PATCH] Add a permanent redirect for objects.inv -> stable/objects.inv see discussion at https://github.com/matplotlib/matplotlib/issues/22601#issuecomment-1063566310 This should make sphinx issues warnings that the objects.inv has moved and generate correct links. --- caddy/Caddyfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 234f645..3f47323 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -55,6 +55,9 @@ import subproject mpl-gui import subproject mpl-third-party + # redirect the objects.inv + redir /objects.inv /stable/objects.inv permanent + # Place the brochure site at the top level. import subproject mpl-brochure-site @brochure file {