소스 검색

Update Godot version to 4.2

Yuri Sizov 2 년 전
부모
커밋
82fac20c98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     # that they are not reading the `stable` documentation.
     "godot_is_latest": True,
-    "godot_version": "4.1",
+    "godot_version": "4.2",
     # Enables a banner that displays the up-to-date status of each article.
     "godot_show_article_status": True,
 }