You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most versions were redirected by making them inactive and also adding a redirect rule: /en/$rest -> https://fakeiteasy.github.io/docs/
"latest" got another rule: /en/latest/$rest -> https://fakeiteasy.github.io/docs/stable/
as did "stable": /en/latest/$rest -> https://fakeiteasy.github.io/docs/stable/
However the stable branch is still served by RTD, so we'll need to push a docs update that contains a single index page that redirects to https://fakeiteasy.github.io/docs/stable/.
add an index.md with a script that redirects to the correct page on fakeiteasy.github.io
Change the repo URL in ReadTheDocs, and recreate the Github webhook from RTD (in "Integrations", remove the old one and add a new "GitHub incoming webhook" integration)
Add a 999.0.0 tag. ReadTheDocs considers this the new stable version, and builds it. If not, build stable manually.
No description provided.
The text was updated successfully, but these errors were encountered: