-
Notifications
You must be signed in to change notification settings - Fork 731
Intersphinx #3089
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
base: devel
Are you sure you want to change the base?
Intersphinx #3089
Conversation
@felixfontein Hey, just curious about this docs build error that's failing in CI:
It comes from this line which uses semantic markup. Weirdly if I revert my last commit that removes the Ansible 11 intersphinx link, that error goes away. However several new errors seem to arise, which I can also see on
|
OK, maybe some of that was a me problem. I cleaned house and grabbed a fresh clone and those However we still have that docs-build failure if the Ansible 11 intersphinx is removed. |
sensu.sensu_go was still included in Ansible 11, but removed from Ansible 12. The markup needs to be fixed, it's no longer possible to link to the role since it's not part of Ansible anymore. Here's a list of potential replacement roles: https://docs.ansible.com/ansible/devel/collections/index_role.html |
Thanks very much @felixfontein |
Fixes #2546