Skip to content

Conversation

samccann
Copy link
Contributor

@samccann samccann commented Oct 3, 2025

Fixes #2546

@samccann samccann requested a review from oraNod October 3, 2025 18:51
@samccann samccann added the backport-2.19 Automatically create a backport for the stable-2.19 branch label Oct 3, 2025
@oraNod
Copy link
Contributor

oraNod commented Oct 7, 2025

@felixfontein Hey, just curious about this docs build error that's failing in CI:

docs/docsite/rst/dev_guide/developing_collections_documenting.rst:15:0: undefined-label: undefined label: 'ansible_collections.sensu.sensu_go.install_role'

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 devel when running the docs-build check.

docs/docsite/rst/2.10_index.rst:23:0: warning: toctree contains reference to excluded document 'porting_guides/porting_guides'
docs/docsite/rst/2.10_index.rst:48:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'scenario_guides/cloud_guides'
docs/docsite/rst/2.10_index.rst:48:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'scenario_guides/network_guides'
docs/docsite/rst/2.10_index.rst:48:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'scenario_guides/virt_guides'
docs/docsite/rst/2.10_index.rst:57:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'network/getting_started/index'
docs/docsite/rst/2.10_index.rst:57:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'network/user_guide/index'
docs/docsite/rst/2.10_index.rst:57:0: toc-tree-missing-document: toctree contains reference to nonexisting document 'network/dev_guide/index'
docs/docsite/rst/2.10_index.rst:102:0: warning: toctree contains reference to excluded document 'roadmap/index'
docs/docsite/rst/2.10_index.rst:0:0: not-in-toc-tree: document isn't included in any toctree
docs/docsite/rst/community/contributor_license_agreement.rst:0:0: not-in-toc-tree: document isn't included in any toctree
docs/docsite/rst/community/triage_process.rst:0:0: not-in-toc-tree: document isn't included in any toctree
docs/docsite/rst/dev_guide/developing_modules_general_aci.rst:0:0: not-in-toc-tree: document isn't included in any toctree
docs/docsite/rst/user_guide/guide_rolling_upgrade.rst:0:0: not-in-toc-tree: document isn't included in any toctree
docs/docsite/rst/user_guide/intro_getting_started.rst:0:0: not-in-toc-tree: document isn't included in any toctree
docs/docsite/rst/user_guide/playbooks_templating.rst:0:0: not-in-toc-tree: document isn't included in any toctree
docs/docsite/rst/user_guide/quickstart.rst:0:0: not-in-toc-tree: document isn't included in any toctree

@oraNod
Copy link
Contributor

oraNod commented Oct 7, 2025

OK, maybe some of that was a me problem. I cleaned house and grabbed a fresh clone and those toc-tree issues went away. Somehow I ended up with a bunch of orphans on my filesystem that were gitignored.

However we still have that docs-build failure if the Ansible 11 intersphinx is removed.

@felixfontein
Copy link
Collaborator

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

@oraNod
Copy link
Contributor

oraNod commented Oct 8, 2025

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

Copy link
Contributor

@oraNod oraNod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI light is green and this PR is clean. Thanks again @samccann and @felixfontein

@oraNod oraNod merged commit 3118aec into ansible:devel Oct 8, 2025
28 of 33 checks passed
Copy link

patchback bot commented Oct 8, 2025

Backport to stable-2.19: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-2.19/3118aec42fda4f6907696e083c60be24082ac27d/pr-3089

Backported as #3122

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 8, 2025
* update intersphinx links

* trim whitespace

* rm ansible 11 intersphinx

---------

Co-authored-by: Don Naro <[email protected]>
(cherry picked from commit 3118aec)
Copy link

patchback bot commented Oct 8, 2025

Backport to stable-2.20: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-2.20/3118aec42fda4f6907696e083c60be24082ac27d/pr-3089

Backported as #3123

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Oct 8, 2025
* update intersphinx links

* trim whitespace

* rm ansible 11 intersphinx

---------

Co-authored-by: Don Naro <[email protected]>
(cherry picked from commit 3118aec)
oraNod added a commit that referenced this pull request Oct 8, 2025
* update intersphinx links

* trim whitespace

* rm ansible 11 intersphinx

---------


(cherry picked from commit 3118aec)

Co-authored-by: Sandra McCann <[email protected]>
Co-authored-by: Don Naro <[email protected]>
oraNod added a commit that referenced this pull request Oct 8, 2025
* update intersphinx links

* trim whitespace

* rm ansible 11 intersphinx

---------


(cherry picked from commit 3118aec)

Co-authored-by: Sandra McCann <[email protected]>
Co-authored-by: Don Naro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-2.19 Automatically create a backport for the stable-2.19 branch backport-2.20 Automatically create a backport for the stable-2.20 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation Checklist: Ansible 12 release

3 participants