Переглянути джерело

Fix version for Edit on GitHub, should link to master

Rémi Verschelde 4 місяців тому
батько
коміт
6fd5aa26e3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      conf.py

+ 1 - 1
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/",