From 18c865164d800adf5742bb14138803e8eeee4ffa Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:44:38 -0800 Subject: [PATCH] Change Edit on GitHub link to point to master --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 95086b719..e1636136e 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.3", # Version + "github_version": "master", # Version "conf_py_path": "/", # Path in the checkout to the docs root "godot_docs_title": supported_languages[language], "godot_docs_basepath": "https://docs.godotengine.org/",