Skip to content

Commit bdc319d

Browse files
committed
Add a permanent redirect for objects.inv -> stable/objects.inv
see discussion at matplotlib/matplotlib#22601 (comment) This should make sphinx issues warnings that the objects.inv has moved and generate correct links.
1 parent 3ed317a commit bdc319d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

caddy/Caddyfile

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
import subproject mpl-gui
5656
import subproject mpl-third-party
5757

58+
# redirect the objects.inv
59+
redir /objects.inv /stable/objects.inv permanent
60+
5861
# Place the brochure site at the top level.
5962
import subproject mpl-brochure-site
6063
@brochure file {

0 commit comments

Comments
 (0)