-
Notifications
You must be signed in to change notification settings - Fork 645
Extension for Ansible redirects #2418
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
37aaddd
to
59a6df2
Compare
59a6df2
to
c5ec601
Compare
768cd3f
to
1e48ae3
Compare
1e48ae3
to
5641adf
Compare
5641adf
to
97be9ad
Compare
97be9ad
to
acdbce4
Compare
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
333b36b
to
be3ab71
Compare
be3ab71
to
b65badc
Compare
db36a40
to
a648a58
Compare
Backport to stable-2.18: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 6d4338a on top of patchback/backports/stable-2.18/6d4338a9234b1c60283c49eb1a00150753e9d085/pr-2418 Backporting merged PR #2418 into devel
🤖 @patchback |
Backport to stable-2.19: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 6d4338a on top of patchback/backports/stable-2.19/6d4338a9234b1c60283c49eb1a00150753e9d085/pr-2418 Backporting merged PR #2418 into devel
🤖 @patchback |
Flip, I should have guessed the backports wouldn't get cherry-picked cleanly. Can't blame a dude for trying though. Edit: PTO brain is a real thing. This doesn't need a backport at all. The publishing workflows are on devel only. 😶🌫️ |
I tend to still backport supporting configs/automations because this usually helps with future backports layered on top. |
Added a manual backport with #2691 |
Fixes #2147 and supercedes #2266
This PR extends the Sphinx reredirects extension to load redirects for Ansible documentation from a toml file. The purpose is to replace the httpd mod_rewrite rules in https://github.com/ansible/docsite/blob/main/ansible/11/.htaccess and https://github.com/ansible/docsite/blob/main/.htaccess in a way that is compatible with ReadTheDocs.
If this PR is accepted and merged, there are two follow on actions:
robots.txt
file to stop crawlers from indexing the generated HTML files. We can put therobots.txt
file in theansible/docsite
repo and copy it across as part of the ReadTheDocs build.docs/docsite/rst/user_guide
folder.