From 73189dee63b89120aa8c7c6264f1e5c3e78db64c Mon Sep 17 00:00:00 2001 From: Elijah Greenstein Date: Tue, 14 Jul 2026 21:15:41 -0700 Subject: [PATCH 1/2] doc/conf.py: restore "edit page" button Signed-off-by: Elijah Greenstein --- doc/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index cc5892b30..86a5c3d63 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -77,9 +77,9 @@ html_extra_path = ['_extra'] # Enables the pencil icon to edit pages on GitHub, shown at the top of each page -# html_theme_options = { -# 'source_edit_link': html_context['github_url'] -# } +html_theme_options = { + 'source_edit_link': html_context['github_url'] +} ####################### # Sitemap configuration: https://sphinx-sitemap.readthedocs.io/ From b82bf60cfb1c33a8cc050a57e7e8664a2c3baa7d Mon Sep 17 00:00:00 2001 From: Elijah Greenstein Date: Tue, 14 Jul 2026 21:17:32 -0700 Subject: [PATCH 2/2] doc: update RTD project URL Signed-off-by: Elijah Greenstein --- doc/_static/js/overwrite_links.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/js/overwrite_links.js b/doc/_static/js/overwrite_links.js index 19a30a5e2..d168b731b 100644 --- a/doc/_static/js/overwrite_links.js +++ b/doc/_static/js/overwrite_links.js @@ -1,5 +1,5 @@ // Replace oldDomain with newDomain - const microcloud_oldDomain = 'canonical-microcloud-documentation.readthedocs-hosted.com'; + const microcloud_oldDomain = 'canonical-microcloud.readthedocs-hosted.com'; const microcloud_newDomain = 'canonical.com/microcloud/docs'; function microcloud_escapeRegExp(value) {