Prechádzať zdrojové kódy

Update Godot version to match what the master branch actually tracks

Yuri Sizov 2 rokov pred
rodič
commit
ccae259c15
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      conf.py

+ 1 - 1
conf.py

@@ -182,7 +182,7 @@ html_context = {
     # Set this to `True` when in the `latest` branch to clearly indicate to the reader
     # Set this to `True` when in the `latest` branch to clearly indicate to the reader
     # that they are not reading the `stable` documentation.
     # that they are not reading the `stable` documentation.
     "godot_is_latest": True,
     "godot_is_latest": True,
-    "godot_version": "4.0",
+    "godot_version": "4.1",
     # Enables a banner that displays the up-to-date status of each article.
     # Enables a banner that displays the up-to-date status of each article.
     "godot_show_article_status": True,
     "godot_show_article_status": True,
 }
 }