From 1a72e6c0cc658af2d3845b9555dfafc3bedcf7d0 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Thu, 10 Oct 2024 10:34:37 -0700 Subject: [PATCH] doc: add intersphinx mapping for server docs --- doc/custom_conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/custom_conf.py b/doc/custom_conf.py index 2344db80e..2fefafd98 100644 --- a/doc/custom_conf.py +++ b/doc/custom_conf.py @@ -161,6 +161,10 @@ 'cloud-init': ( 'https://docs.cloud-init.io/en/latest/', None + ), + 'ubuntu-server': ( + 'https://documentation.ubuntu.com/server/', + None ) }