2
0
Max Hilbrunner 18 цаг өмнө
parent
commit
df7d8ddf64

+ 1 - 1
.github/workflows/cherrypick.yml

@@ -10,7 +10,7 @@ on:
 
 env:
   # TODO: Add a way to handle multiple potential cherrypick targets.
-  TARGET_BRANCH: '4.3'
+  TARGET_BRANCH: '4.5'
   USERNAME: 'Godot Organization'
   EMAIL: '[email protected]'
 

+ 1 - 1
.github/workflows/sync_class_ref.yml

@@ -23,7 +23,7 @@ jobs:
     runs-on: ubuntu-24.04
     timeout-minutes: 10
     env:
-      engine_rev: 'master'
+      engine_rev: '4.5'
     permissions:
       contents: write
       pull-requests: write

+ 1 - 1
conf.py

@@ -171,7 +171,7 @@ html_context = {
     "godot_title_prefix": "" if on_rtd else "(DEV) ",
     # Set this to `True` when in the `latest` branch to clearly indicate to the reader
     # that they are not reading the `stable` documentation.
-    "godot_is_latest": True,
+    "godot_is_latest": False,
     "godot_version": "4.5",
     # Enables a banner that displays the up-to-date status of each article.
     "godot_show_article_status": True,