Browse Source

Merge pull request #10376 from tetrapod00/github-edit-43

[4.3] Change Edit on GitHub link to point to master
Max Hilbrunner 8 months ago
parent
commit
7d68cd54e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf.py

+ 1 - 1
conf.py

@@ -184,7 +184,7 @@ html_context = {
     "display_github": not is_i18n,  # Integrate GitHub
     "display_github": not is_i18n,  # Integrate GitHub
     "github_user": "godotengine",  # Username
     "github_user": "godotengine",  # Username
     "github_repo": "godot-docs",  # Repo name
     "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
     "conf_py_path": "/",  # Path in the checkout to the docs root
     "godot_docs_title": supported_languages[language],
     "godot_docs_title": supported_languages[language],
     "godot_docs_basepath": "https://docs.godotengine.org/",
     "godot_docs_basepath": "https://docs.godotengine.org/",