From 23fc2b7e4837a73e48ea1794301e97d1254c2aa4 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Thu, 16 Oct 2025 22:06:43 +0100 Subject: [PATCH] update subdomain for readthedocs hosting --- docs/docsite/rst/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py index 14320a49db..a86bf802da 100644 --- a/docs/docsite/rst/conf.py +++ b/docs/docsite/rst/conf.py @@ -226,7 +226,7 @@ html_show_sphinx = False html_theme_options = { - 'canonical_url': "https://docs.ansible.com/ansible/latest/", + 'canonical_url': "https://docs.ansible.com/projects/ansible/latest/", 'hubspot_id': '330046', 'satellite_tracking': True, 'show_extranav': True, @@ -387,8 +387,8 @@ 'python': ('https://docs.python.org/2/', None), 'python3': ('https://docs.python.org/3/', None), 'jinja2': ('http://jinja.palletsprojects.com/', None), - 'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None), - 'ansible_12': ('https://docs.ansible.com/ansible/12/', None), + 'ansible_2_9': ('https://docs.ansible.com/projects/ansible/2.9/', None), + 'ansible_12': ('https://docs.ansible.com/projects/ansible/12/', None), } # linckchecker settings