- Notifications
You must be signed in to change notification settings - Fork54
Remove inventory redirect#67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:gh-pages
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Per discussion inmatplotlib/matplotlib#22601 (comment)this is actually breaking builds in subtle very brittle way as the links thatwill be generated will be pointing at the top-level files (that are actuallyre-directs to /stable).The second step of this will be to put a 301 redirect into caddy.
We're actually serving from |
Changed the bass branch. From reading the ansible (~L95) where we do the checkouts all of the repos go to |
Yea, they're currently in sync, so I was a bit lazy with writing the Ansible, but that's not what's currently being served. |
Given that the caddy configuration seems to be taking precedence anyway, this is a pretty low priority to get done (mostly to avoid confusing future us). |
Per discussion in
matplotlib/matplotlib#22601 (comment)
this is actually breaking builds in subtle very brittle way as the links that
will be generated will be pointing at the top-level files (that are actually
re-directs to /stable).
The second step of this will be to put a 301 redirect into caddy.