diff --git a/doc/.sphinx/_integration/add_config.py b/doc/.sphinx/_integration/add_config.py index a08598d5e..15dc2abb6 100644 --- a/doc/.sphinx/_integration/add_config.py +++ b/doc/.sphinx/_integration/add_config.py @@ -10,7 +10,7 @@ html_context['microovn_tag'] = "../microovn/_static/microovn.png" if project == "LXD": - html_baseurl = "https://documentation.ubuntu.com/lxd/stable-5.21/" + html_baseurl = "https://canonical.com/lxd/docs/v5.21/" html_css_files = globals().get('html_css_files', []) + ['override-header.css'] tags.add('integrated') elif project == "MicroCeph": diff --git a/doc/conf.py b/doc/conf.py index 2eda6aaca..44ed9843e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -259,7 +259,7 @@ # Intersphinx setup differs for different builds to optimize use with integrated docs if ('SINGLE_BUILD' in os.environ and os.environ['SINGLE_BUILD'] == 'True'): intersphinx_mapping = { - 'lxd': ('https://documentation.ubuntu.com/lxd/stable-5.21/', None), + 'lxd': ('https://canonical.com/lxd/docs/v5.21/', None), 'microceph': ('https://documentation.ubuntu.com/canonical-microceph/v19.2.0-squid/', None), 'microovn': ('https://ubuntu.com/docs/microovn/24.03/', None), }