From 6fd5aa26e3cd55db382630c591148730f85115c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 3 Mar 2025 17:34:13 +0100 Subject: [PATCH] Fix version for Edit on GitHub, should link to master --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 688f342b7..da7ef6b61 100644 --- a/conf.py +++ b/conf.py @@ -184,7 +184,7 @@ html_context = { "display_github": not is_i18n, # Integrate GitHub "github_user": "godotengine", # Username "github_repo": "godot-docs", # Repo name - "github_version": "4.4", # Version + "github_version": "master", # Version for Edit on GitHub - keep `master` for 4.x branches "conf_py_path": "/", # Path in the checkout to the docs root "godot_docs_title": supported_languages[language], "godot_docs_basepath": "https://docs.godotengine.org/",