From 920532a280175a56c5983598bd1a381c849b5178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=A1tk=C3=BD?= Date: Tue, 10 Sep 2024 12:28:21 +0200 Subject: [PATCH] Update Sphinx extensions and RTD config. --- doc/.sphinx/requirements.txt | 2 +- doc/custom_conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/.sphinx/requirements.txt b/doc/.sphinx/requirements.txt index d6f37e04b..caa1f5d81 100644 --- a/doc/.sphinx/requirements.txt +++ b/doc/.sphinx/requirements.txt @@ -6,7 +6,7 @@ sphinx-tabs sphinx-reredirects pyspelling sphinxext-opengraph -lxd-sphinx-extensions +canonical-sphinx-extensions sphinx-copybutton myst-parser sphinxcontrib-jquery diff --git a/doc/custom_conf.py b/doc/custom_conf.py index 2ed3ea1f2..2344db80e 100644 --- a/doc/custom_conf.py +++ b/doc/custom_conf.py @@ -159,7 +159,7 @@ intersphinx_mapping = { 'cloud-init': ( - 'https://canonical-cloud-init.readthedocs-hosted.com/en/latest', + 'https://docs.cloud-init.io/en/latest/', None ) }