Skip to content

Commit 2108e1d

Browse files
authored
update subdomain for readthedocs hosting (#3237)
1 parent 19c667b commit 2108e1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docsite/rst/conf.py

Lines changed: 3 additions & 3 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,8 +383,8 @@
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_11': ('https://docs.ansible.com/ansible/11/', None),
386+
'ansible_2_9': ('https://docs.ansible.com/projects/ansible/2.9/', None),
387+
'ansible_11': ('https://docs.ansible.com/projects/ansible/11/', None),
388388
}
389389

390390
# linckchecker settings

0 commit comments

Comments
 (0)