Skip to content

Commit b57012e

Browse files
authored
[stable-2.17] update subdomain for readthedocs hosting (#3238)
* update subdomain for readthedocs hosting * update url for projects subfolder
1 parent f8169f4 commit b57012e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docsite/rst/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
html_show_sphinx = False
223223

224224
html_theme_options = {
225-
'canonical_url': "https://docs.ansible.com/ansible/latest/",
225+
'canonical_url': "https://docs.ansible.com/projects/ansible/latest/",
226226
'hubspot_id': '330046',
227227
'satellite_tracking': True,
228228
'show_extranav': True,
@@ -383,9 +383,9 @@
383383
'python': ('https://docs.python.org/2/', None),
384384
'python3': ('https://docs.python.org/3/', None),
385385
'jinja2': ('http://jinja.palletsprojects.com/', None),
386-
'ansible_2_9': ('https://docs.ansible.com/ansible/2.9/', None),
387-
'ansible_9': ('https://docs.ansible.com/ansible/9/', None),
388-
'ansible_10': ('https://docs.ansible.com/ansible/10/', None),
386+
'ansible_2_9': ('https://docs.ansible.com/projects/ansible/2.9/', None),
387+
'ansible_9': ('https://docs.ansible.com/projects/ansible/9/', None),
388+
'ansible_10': ('https://docs.ansible.com/projects/ansible/10/', None),
389389
}
390390

391391
# linckchecker settings

0 commit comments

Comments
 (0)