From 39c5df5a66005917863ba60e013264f36b68150c Mon Sep 17 00:00:00 2001 From: Daniel Baston Date: Tue, 27 Aug 2024 09:14:35 -0400 Subject: [PATCH] Doc: Fix URL in GitHub edit links --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cdee9459a8b3..471b45325244 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -84,7 +84,8 @@ "theme_vcs_pageview_mode": "edit", "github_user": "OSGeo", "github_repo": "gdal", - "github_version": "master/doc/source/", + "github_version": "master", + "conf_py_path": "/doc/source/", } html_theme_options = {