diff --git a/doc/Makefile b/doc/Makefile index 3c4764d93..4f74c64a6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -10,7 +10,7 @@ current_dir := $(dir $(abspath $(firstword $(MAKEFILE_LIST)))) # Set the path prefix and MicroCloud component versions corresponding to each MicroCloud docs version -PATH_PREFIX = /en/v2-edge/ +PATH_PREFIX = /microcloud/v2-edge/ LXDVERSION = origin/stable-5.21 MICROCEPHVERSION = 1200ba77f2320be2acec45939f4b96a8ac4f0722 # origin/main right after squid LTS. MICROOVNVERSION = origin/branch-24.03 diff --git a/doc/custom_conf.py b/doc/custom_conf.py index f389b5ac5..42304ee95 100644 --- a/doc/custom_conf.py +++ b/doc/custom_conf.py @@ -243,8 +243,8 @@ if ('SINGLE_BUILD' in os.environ and os.environ['SINGLE_BUILD'] == 'True'): intersphinx_mapping = { - 'lxd': ('https://documentation.ubuntu.com/lxd/en/latest/', None), - 'microceph': ('https://canonical-microceph.readthedocs-hosted.com/en/latest/', None), + 'lxd': ('https://documentation.ubuntu.com/lxd/stable-5.21/', None), + 'microceph': ('https://canonical-microceph.readthedocs-hosted.com/en/squid-stable/', None), 'microovn': ('https://canonical-microovn.readthedocs-hosted.com/en/latest/', None), 'ceph': ('https://docs.ceph.com/en/latest/', None), }