From bb45c5c05e6cf9fb36619b2fd3046b33840351c5 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Mon, 20 Dec 2021 10:24:12 +0100 Subject: update "Edit on GitHub" button branch I also removed the leading slash, since I noticed the links contained a double slash. That worked fine, but still. (cherry picked from commit 80e32d55d076fa48f753d5014cf828d85a0d1bce) --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index d71aabeb..ee36d656 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -206,7 +206,7 @@ html_context = { 'github_user': 'OSGeo', 'github_repo': 'PROJ', # TODO: edit when switching active branch - 'github_version': '/8.0/docs/source/', + 'github_version': '8.2/docs/source/', } # Add any extra paths that contain custom files (such as robots.txt or -- cgit v1.2.3