From f91ca5c57007e077bec753941c6080399e8a49a1 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 5dcfc0d238f6..f95b1517e968 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -124,7 +124,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 = {