diff --git a/.github/workflows/docs-pr.yml b/.github/workflows/docs-pr.yml index a43b3fc33d2..be826cba8d2 100644 --- a/.github/workflows/docs-pr.yml +++ b/.github/workflows/docs-pr.yml @@ -17,10 +17,11 @@ jobs: with: init-lenient: false init-fail-on-error: true + ansible-ref: devel extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main' intersphinx-links: | amazon_aws:https://ansible-collections.github.io/amazon.aws/branch/main/ - ansible_stable:https://docs.ansible.com/ansible-core/2.17/ + ansible_devel:https://docs.ansible.com/ansible-core/devel/ artifact-name: ${{ github.event.repository.name }}_validate_docs_${{ github.event.pull_request.head.sha }} @@ -32,10 +33,11 @@ jobs: with: init-lenient: true init-fail-on-error: false + ansible-ref: devel extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main' intersphinx-links: | amazon_aws:https://ansible-collections.github.io/amazon.aws/branch/main/ - ansible_stable:https://docs.ansible.com/ansible-core/2.17/ + ansible_devel:https://docs.ansible.com/ansible-core/devel/ comment: permissions: diff --git a/.github/workflows/docs-push.yml b/.github/workflows/docs-push.yml index 011af72e1ce..9df3fbc6e42 100644 --- a/.github/workflows/docs-push.yml +++ b/.github/workflows/docs-push.yml @@ -21,10 +21,11 @@ jobs: with: init-lenient: true init-fail-on-error: true + ansible-ref: devel extra-collections: 'git+https://github.com/ansible-collections/amazon.aws.git,main' intersphinx-links: | amazon_aws:https://ansible-collections.github.io/amazon.aws/branch/main/ - ansible_stable:https://docs.ansible.com/ansible-core/2.17/ + ansible_devel:https://docs.ansible.com/ansible-core/devel/ publish-docs-gh-pages: # use to prevent running on forks