From dae1b8eb101977b759a4a58e53a30913ad22967c Mon Sep 17 00:00:00 2001 From: Elijah Greenstein Date: Tue, 7 Jul 2026 16:58:28 -0700 Subject: [PATCH] doc: update LXD urls Signed-off-by: Elijah Greenstein --- doc/.sphinx/_integration/add_config.py | 2 +- doc/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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), }