From 81b6f1aff06ff06e94c6d635be622dfd0d43f439 Mon Sep 17 00:00:00 2001 From: Ian Whitfield Date: Mon, 10 Mar 2025 08:14:57 -0700 Subject: [PATCH] conf.py: Rename github_folder to repo_folder Required update after canonical-sphinx commit 9acc0be ("feat(template): implement custom edit button"). Signed-off-by: Ian Whitfield --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index aac9423..d9d4524 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -142,7 +142,7 @@ # Docs location in the repo; used in links for viewing the source files # # TODO: To customise the directory, uncomment and update as needed. - "github_folder": "/docs/", + "repo_folder": "/docs/", # TODO: To enable or disable the Previous / Next buttons at the bottom of pages # Valid options: none, prev, next, both