Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down