ansible-community / github-docs-build

GitHub actions and workflows for building Ansible collection documentation.
GNU General Public License v3.0
10 stars 6 forks source link

Support adding intersphinx links #54

Closed tremble closed 1 year ago

tremble commented 1 year ago

Following the release of antsibull-docs 1.7.0 we now have access to --intersphinx when initializing sphinx. https://github.com/ansible-community/antsibull-docs/pull/44

This means that we can automatically generate links between multiple docs sites

tremble commented 1 year ago

Example usage https://github.com/ansible-collections/community.aws/pull/1554 Example run https://github.com/tremble/community.aws/actions/runs/3205260754

tremble commented 1 year ago

@briantist @felixfontein

felixfontein commented 1 year ago

The CI errors should go away once #55 is merged.

tremble commented 1 year ago

@felixfontein done

briantist commented 1 year ago

@tremble thank you for adding this feature! @felixfontein thank you for reviewing and adding the relevant feature to antsibull-docs!