From 73bca227d748183ef21b4232335f555cebf5f123 Mon Sep 17 00:00:00 2001 From: Elijah Greenstein Date: Mon, 6 Jul 2026 14:35:10 -0700 Subject: [PATCH] doc: update microovn 24.03 url 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 1668d8528..a08598d5e 100644 --- a/doc/.sphinx/_integration/add_config.py +++ b/doc/.sphinx/_integration/add_config.py @@ -23,6 +23,6 @@ # Add "integrated" to the list of custom tags tags.add('integrated') elif project == "MicroOVN": - html_baseurl = "https://canonical-microovn.readthedocs-hosted.com/en/24.03/" + html_baseurl = "https://ubuntu.com/docs/microovn/24.03/" custom_tags.append('integrated') diff --git a/doc/conf.py b/doc/conf.py index db15fa9c8..2eda6aaca 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -261,7 +261,7 @@ intersphinx_mapping = { 'lxd': ('https://documentation.ubuntu.com/lxd/stable-5.21/', None), 'microceph': ('https://documentation.ubuntu.com/canonical-microceph/v19.2.0-squid/', None), - 'microovn': ('https://canonical-microovn.readthedocs-hosted.com/en/24.03/', None), + 'microovn': ('https://ubuntu.com/docs/microovn/24.03/', None), } elif ('READTHEDOCS' in os.environ) and (os.environ['READTHEDOCS'] == 'True'): intersphinx_mapping = {