diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index a3e83f2b33a..39208ada158 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -395,19 +395,19 @@ 'python3': ('https://docs.python.org/3/', None, None), 'jinja2': ('http://jinja.palletsprojects.com/', None, None), 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None, None), - 'ansible_8': ('https://docs.ansible.com/ansible/8/', None, None), + 'ansible_9': ('https://docs.ansible.com/ansible/9/', None, None), } if tags.has('all') else { 'python': ('https://docs.python.org/2/', None, None), 'python3': ('https://docs.python.org/3/', None, None), 'jinja2': ('http://jinja.palletsprojects.com/', None, None), 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None, None), - 'ansible_8': ('https://docs.ansible.com/ansible/8/', None, None), + 'ansible_9': ('https://docs.ansible.com/ansible/9/', None, None), } if tags.has('core_lang') else { 'python': ('https://docs.python.org/2/', (None, None)), 'python3': ('https://docs.python.org/3/', (None, None)), 'jinja2': ('http://jinja.palletsprojects.com/', (None, None)), 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', (None, None)), - 'ansible_8': ('https://docs.ansible.com/ansible/8/', (None, None)), + 'ansible_9': ('https://docs.ansible.com/ansible/9/', (None, None)), } if tags.has('core') else { 'python': ('https://docs.python.org/2/', (None, '../python2.inv')), 'python3': ('https://docs.python.org/3/', (None, '../python3.inv')), @@ -423,7 +423,7 @@ 'python3': ('https://docs.python.org/3/', None, None), 'jinja2': ('http://jinja.palletsprojects.com/', None, None), 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None, None), - 'ansible_8': ('https://docs.ansible.com/ansible/8/', None, None), + 'ansible_9': ('https://docs.ansible.com/ansible/9/', None, None), } if tags.has('ansible') else {} # linckchecker settings