This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new fc2c5628d0 Automated deployment: 
f7c776c5bd6c31f407896bd638bf868fb51c0c98
fc2c5628d0 is described below

commit fc2c5628d056c4cb63be0f57392fe3a0cf948512
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 05:06:31 2025 +0000

    Automated deployment: f7c776c5bd6c31f407896bd638bf868fb51c0c98
---
 data/doc/en-us.json                                |  11 +++
 data/doc/zh-cn.json                                |  11 +++
 fetch/doc/en-us/dev.json                           |  10 ++
 fetch/doc/zh-cn/dev.json                           |  10 ++
 .../dev/guide/installation/pseudo-cluster.json     |   2 +-
 .../dev/guide/parameter/startup-parameter.json     | 105 +++++++++++++++++++++
 .../dev/guide/installation/pseudo-cluster.json     |   2 +-
 .../dev/guide/parameter/startup-parameter.json     | 105 +++++++++++++++++++++
 python/2.0.5/.buildinfo                            |   2 +-
 python/2.0.6/.buildinfo                            |   2 +-
 python/2.0.7/.buildinfo                            |   2 +-
 python/3.0.0/.buildinfo                            |   2 +-
 python/3.0.1/.buildinfo                            |   2 +-
 python/3.1.0/.buildinfo                            |   2 +-
 python/4.0.0/.buildinfo                            |   2 +-
 python/4.0.1/.buildinfo                            |   2 +-
 python/4.0.2/.buildinfo                            |   2 +-
 python/4.0.3/.buildinfo                            |   2 +-
 python/4.0.4/.buildinfo                            |   2 +-
 python/main/.buildinfo                             |   2 +-
 20 files changed, 266 insertions(+), 14 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 6ad6a902e0..3b888c5a61 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -35086,6 +35086,17 @@
       "File Parameter"
     ]
   },
+  {
+    "content": "Startup Parameter\nScope\nParameters are valid for all task 
nodes of the entire workflow. It can be configured on the task launch 
page.\nUsage\nUsage of startup parameters is: at the task launch page, click 
the '+' below the 'Startup Parameter' and fill in the key and value, select the 
appropriate parameter value type then to save. The workflow will add them into 
global parameters.\nExample\nThis example shows how to use startup parameters 
to print different date.\nCreate [...]
+    "version": "dev",
+    "link": "/guide/parameter/startup-parameter",
+    "title": "Startup Parameter",
+    "location": [
+      "Introduction to Functions",
+      "Parameter",
+      "StartUp Parameter"
+    ]
+  },
   {
     "content": "MySQL\n\nDatasource 
Parameters\n\n\n\nDatasource\nDescription\n\n\n\n\nDatasource\nSelect 
MYSQL.\n\n\nDatasource name\nEnter the name of the 
DataSource.\n\n\nDescription\nEnter a description of the 
DataSource.\n\n\nIP/Host Name\nEnter the MYSQL service IP.\n\n\nPort\nEnter the 
MYSQL service port.\n\n\nUsername\nSet the username for MYSQL 
connection.\n\n\nPassword\nSet the password for MYSQL connection.\n\n\nDatabase 
name\nEnter the database name of the MYSQL connection.\n [...]
     "version": "dev",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 414f692043..6528537b21 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -30882,6 +30882,17 @@
       "文件参数传递"
     ]
   },
+  {
+    "content": 
"启动参数\n作用域\n启动参数是针对整个工作流的所有任务节点都有效的参数,在工作流启动页面配置。\n使用方式\n启动参数配置方式如下:在启动前参数设置界面,点击“启动参数“下面的加号,填写对应的参数名称和对应的值,选择相应的参数值类型,点击确定,工作流会将启动参数加入全局参数中。\n任务样例\n本样例展示了如何使用启动参数,打印输出不同天的日期。\n创建
 Shell 任务\n创建一个 Shell 任务,并在脚本内容中输入 echo ${dt}。此时 dt 
则为我们需要声明的启动参数。如下图所示:\n\n保存工作流,上线运行并设置启动参数\n启动参数配置如下图所示:\n\n\n注:这里定义的 dt 
参数可以被其它任一节点的局部参数引用。\n\n任务实例查看执行结果\n进入任务实例页面,可以通过查看日志,验证任务的执行结果,判断参数是否�
 �。\n\n修改启动参数,再次执行\n\n任务实例查看执行结果\n验证任务执行结果,判断Shell任务是否输出了不同日期。\n\n",
+    "version": "dev",
+    "link": "/guide/parameter/startup-parameter",
+    "title": "启动参数",
+    "location": [
+      "功能介绍",
+      "参数",
+      "启动参数"
+    ]
+  },
   {
     "content": "MySQL 数据源\n\n\n数据源:选择 MYSQL\n数据源名称:输入数据源的名称\n描述:输入数据源的描述\nIP 
主机名:输入连接 MySQL 的 IP\n端口:输入连接 MySQL 的端口\n用户名:设置连接 MySQL 的用户名\n密码:设置连接 MySQL 
的密码\n数据库名:输入连接 MySQL 的数据库名称\nJdbc 连接参数:用于 MySQL 连接的参数设置,以 JSON 
形式填写\n\n是否原生支持\n否,使用前需请参考 数据源配置 中的 &quot;数据源中心&quot; 章节激活数据源。\n",
     "version": "dev",
diff --git a/fetch/doc/en-us/dev.json b/fetch/doc/en-us/dev.json
index 2b69ee2d56..341d073f88 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -565,6 +565,16 @@
               "File Parameter"
             ],
             "key": "/guide/parameter/file-parameter"
+          },
+          {
+            "title": "StartUp Parameter",
+            "children": [],
+            "location": [
+              "Introduction to Functions",
+              "Parameter",
+              "StartUp Parameter"
+            ],
+            "key": "/guide/parameter/startup-parameter"
           }
         ],
         "location": [
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index 813cf89224..775a90b438 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -565,6 +565,16 @@
               "文件参数传递"
             ],
             "key": "/guide/parameter/file-parameter"
+          },
+          {
+            "title": "启动参数",
+            "children": [],
+            "location": [
+              "功能介绍",
+              "参数",
+              "启动参数"
+            ],
+            "key": "/guide/parameter/startup-parameter"
           }
         ],
         "location": [
diff --git a/pages/doc/en-us/dev/guide/installation/pseudo-cluster.json 
b/pages/doc/en-us/dev/guide/installation/pseudo-cluster.json
index 03b7cc746a..ec74b18076 100644
--- a/pages/doc/en-us/dev/guide/installation/pseudo-cluster.json
+++ b/pages/doc/en-us/dev/guide/installation/pseudo-cluster.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"pseudo-cluster-deployment\">Pseudo-Cluster 
Deployment</h1>\n<p>The purpose of the pseudo-cluster deployment is to deploy 
the DolphinScheduler service on a single machine. In this mode, 
DolphinScheduler's master, worker, API server, are all on the same 
machine.</p>\n<p>If you are a new hand and want to experience DolphinScheduler 
functions, we recommend you install follow <a 
href=\"/en-us/docs/dev/guide/installation/standalone\">Standalone 
deployment</a>. If you want [...]
+  "__html": "<h1 id=\"pseudo-cluster-deployment\">Pseudo-Cluster 
Deployment</h1>\n<p>The purpose of the pseudo-cluster deployment is to deploy 
the DolphinScheduler service on a single machine. In this mode, 
DolphinScheduler's master, worker, API server, are all on the same 
machine.</p>\n<p>If you are a new hand and want to experience DolphinScheduler 
functions, we recommend you install follow <a 
href=\"/en-us/docs/dev/guide/installation/standalone\">Standalone 
deployment</a>. If you want [...]
   "location": [
     "Installation",
     "Pseudo Cluster Deployment"
diff --git a/pages/doc/en-us/dev/guide/parameter/startup-parameter.json 
b/pages/doc/en-us/dev/guide/parameter/startup-parameter.json
new file mode 100644
index 0000000000..e38f626347
--- /dev/null
+++ b/pages/doc/en-us/dev/guide/parameter/startup-parameter.json
@@ -0,0 +1,105 @@
+{
+  "__html": "<h1 id=\"startup-parameter\">Startup Parameter</h1>\n<h2 
id=\"scope\">Scope</h2>\n<p>Parameters are valid for all task nodes of the 
entire workflow. It can be configured on the task launch page.</p>\n<h2 
id=\"usage\">Usage</h2>\n<p>Usage of startup parameters is: at the task launch 
page, click the '+' below the 'Startup Parameter' and fill in the key and 
value, select the appropriate parameter value type then to save. The workflow 
will add them into global parameters.</p>\n< [...]
+  "location": [
+    "Introduction to Functions",
+    "Parameter",
+    "StartUp Parameter"
+  ],
+  "structure": [
+    {
+      "title": "Scope",
+      "children": [
+        {
+          "title": "Create a Shell task",
+          "children": [],
+          "anchor": "create-a-shell-task"
+        },
+        {
+          "title": "Save the workflow and set startup parameters in task 
launch page",
+          "children": [],
+          "anchor": 
"save-the-workflow-and-set-startup-parameters-in-task-launch-page"
+        },
+        {
+          "title": "In task instance view execution result",
+          "children": [],
+          "anchor": "in-task-instance-view-execution-result"
+        },
+        {
+          "title": "Set different startup parameter and run again",
+          "children": [],
+          "anchor": "set-different-startup-parameter-and-run-again"
+        },
+        {
+          "title": "In task instance view execution result",
+          "children": [],
+          "anchor": "in-task-instance-view-execution-result"
+        }
+      ],
+      "anchor": "scope"
+    },
+    {
+      "title": "Usage",
+      "children": [
+        {
+          "title": "Create a Shell task",
+          "children": [],
+          "anchor": "create-a-shell-task"
+        },
+        {
+          "title": "Save the workflow and set startup parameters in task 
launch page",
+          "children": [],
+          "anchor": 
"save-the-workflow-and-set-startup-parameters-in-task-launch-page"
+        },
+        {
+          "title": "In task instance view execution result",
+          "children": [],
+          "anchor": "in-task-instance-view-execution-result"
+        },
+        {
+          "title": "Set different startup parameter and run again",
+          "children": [],
+          "anchor": "set-different-startup-parameter-and-run-again"
+        },
+        {
+          "title": "In task instance view execution result",
+          "children": [],
+          "anchor": "in-task-instance-view-execution-result"
+        }
+      ],
+      "anchor": "usage"
+    },
+    {
+      "title": "Example",
+      "children": [
+        {
+          "title": "Create a Shell task",
+          "children": [],
+          "anchor": "create-a-shell-task"
+        },
+        {
+          "title": "Save the workflow and set startup parameters in task 
launch page",
+          "children": [],
+          "anchor": 
"save-the-workflow-and-set-startup-parameters-in-task-launch-page"
+        },
+        {
+          "title": "In task instance view execution result",
+          "children": [],
+          "anchor": "in-task-instance-view-execution-result"
+        },
+        {
+          "title": "Set different startup parameter and run again",
+          "children": [],
+          "anchor": "set-different-startup-parameter-and-run-again"
+        },
+        {
+          "title": "In task instance view execution result",
+          "children": [],
+          "anchor": "in-task-instance-view-execution-result"
+        }
+      ],
+      "anchor": "example"
+    }
+  ],
+  "title": "Startup Parameter",
+  "link": "/guide/parameter/startup-parameter"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/installation/pseudo-cluster.json 
b/pages/doc/zh-cn/dev/guide/installation/pseudo-cluster.json
index 9ae6d6c2c8..943ee9571c 100644
--- a/pages/doc/zh-cn/dev/guide/installation/pseudo-cluster.json
+++ b/pages/doc/zh-cn/dev/guide/installation/pseudo-cluster.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"伪集群部署\">伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下 master、worker、api server 都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 
的功能,推荐使用<a 
href=\"/zh-cn/docs/dev/guide/installation/standalone\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<a
 
href=\"/zh-cn/docs/dev/guide/installation/pseudo-cluster\">伪集群部署</a>。如果你是在生产中使用,推荐使用<a
 href=\"/zh-cn/docs/dev/guide/installation/cluster\">集群部署</a>或者<a 
href=\"/zh-cn/docs/dev/guide/installation/kubernetes\">kubernetes</a> [...]
+  "__html": "<h1 id=\"伪集群部署\">伪集群部署</h1>\n<p>伪集群部署目的是在单台机器部署 DolphinScheduler 
服务,该模式下 master、worker、api server 都在同一台机器上</p>\n<p>如果你是新手,想要体验 DolphinScheduler 
的功能,推荐使用<a 
href=\"/zh-cn/docs/dev/guide/installation/standalone\">Standalone</a>方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用<a
 href=\"/zh-cn/docs/dev/guide/installation/cluster\">集群部署</a>或者<a 
href=\"/zh-cn/docs/dev/guide/installation/kubernetes\">kubernetes</a></p>\n<h2 
id=\"前置准备工作\">前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要 [...]
   "location": [
     "部署指南",
     "伪集群部署(Pseudo-Cluster)"
diff --git a/pages/doc/zh-cn/dev/guide/parameter/startup-parameter.json 
b/pages/doc/zh-cn/dev/guide/parameter/startup-parameter.json
new file mode 100644
index 0000000000..d27cf3ec46
--- /dev/null
+++ b/pages/doc/zh-cn/dev/guide/parameter/startup-parameter.json
@@ -0,0 +1,105 @@
+{
+  "__html": "<h1 id=\"启动参数\">启动参数</h1>\n<h2 
id=\"作用域\">作用域</h2>\n<p>启动参数是针对<strong>整个工作流</strong>的所有任务节点都有效的参数,在工作流启动页面配置。</p>\n<h2
 
id=\"使用方式\">使用方式</h2>\n<p>启动参数配置方式如下:在启动前参数设置界面,点击“启动参数“下面的加号,填写对应的参数名称和对应的值,选择相应的参数值类型,点击确定,工作流会将启动参数加入全局参数中。</p>\n<h2
 id=\"任务样例\">任务样例</h2>\n<p>本样例展示了如何使用启动参数,打印输出不同天的日期。</p>\n<h3 
id=\"创建-shell-任务\">创建 Shell 任务</h3>\n<p>创建一个 Shell 任务,并在脚本内容中输入 <code>echo 
${dt}</code>。此时 dt 则为我们需要声明的启动参数。如下图所示:</p>\n<p><img 
src=\"/img/new_ui/dev/parameter/startup_parameter0 [...]
+  "location": [
+    "功能介绍",
+    "参数",
+    "启动参数"
+  ],
+  "structure": [
+    {
+      "title": "作用域",
+      "children": [
+        {
+          "title": "创建 Shell 任务",
+          "children": [],
+          "anchor": "创建-shell-任务"
+        },
+        {
+          "title": "保存工作流,上线运行并设置启动参数",
+          "children": [],
+          "anchor": "保存工作流,上线运行并设置启动参数"
+        },
+        {
+          "title": "任务实例查看执行结果",
+          "children": [],
+          "anchor": "任务实例查看执行结果"
+        },
+        {
+          "title": "修改启动参数,再次执行",
+          "children": [],
+          "anchor": "修改启动参数,再次执行"
+        },
+        {
+          "title": "任务实例查看执行结果",
+          "children": [],
+          "anchor": "任务实例查看执行结果"
+        }
+      ],
+      "anchor": "作用域"
+    },
+    {
+      "title": "使用方式",
+      "children": [
+        {
+          "title": "创建 Shell 任务",
+          "children": [],
+          "anchor": "创建-shell-任务"
+        },
+        {
+          "title": "保存工作流,上线运行并设置启动参数",
+          "children": [],
+          "anchor": "保存工作流,上线运行并设置启动参数"
+        },
+        {
+          "title": "任务实例查看执行结果",
+          "children": [],
+          "anchor": "任务实例查看执行结果"
+        },
+        {
+          "title": "修改启动参数,再次执行",
+          "children": [],
+          "anchor": "修改启动参数,再次执行"
+        },
+        {
+          "title": "任务实例查看执行结果",
+          "children": [],
+          "anchor": "任务实例查看执行结果"
+        }
+      ],
+      "anchor": "使用方式"
+    },
+    {
+      "title": "任务样例",
+      "children": [
+        {
+          "title": "创建 Shell 任务",
+          "children": [],
+          "anchor": "创建-shell-任务"
+        },
+        {
+          "title": "保存工作流,上线运行并设置启动参数",
+          "children": [],
+          "anchor": "保存工作流,上线运行并设置启动参数"
+        },
+        {
+          "title": "任务实例查看执行结果",
+          "children": [],
+          "anchor": "任务实例查看执行结果"
+        },
+        {
+          "title": "修改启动参数,再次执行",
+          "children": [],
+          "anchor": "修改启动参数,再次执行"
+        },
+        {
+          "title": "任务实例查看执行结果",
+          "children": [],
+          "anchor": "任务实例查看执行结果"
+        }
+      ],
+      "anchor": "任务样例"
+    }
+  ],
+  "title": "启动参数",
+  "link": "/guide/parameter/startup-parameter"
+}
\ No newline at end of file
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 707d4f24a2..ea2acd9f8a 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 23268657d33aaf0d91866a12bf7ad690
+config: 26953fa4017c142201069ea4d7849f4b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 14216a90d2..2bc7fe5c60 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 3daac72f73afcce030e7a4eaa8ab670c
+config: d6b9435d076579dc77c9d819800a7b82
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 3fffd2d6c5..a4c441893a 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 07e58d869402b0cf9f52d2f86e14477c
+config: 376bf7f455cc1adf4ba1edb93fe8a13c
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 38be474602..597a922747 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 6d800a1ba3395271febd5104e18a1011
+config: 3b21ee915b73588b59394dc5e14d1f6c
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 9141583859..e79e923867 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: c55f2f81ba126899c13b3d96b2f441e6
+config: 59dc3cd024e76d2e74c604b6f87b34ad
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 877777cc51..cb1021289a 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 7ac9b6d40d0a8e5f622b08dc3573bf73
+config: 51e82e9d6b251e8b4f6f661aca791b92
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 500057e5b8..7719c05755 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: be78463dbec205766ee6555f5e7fb2de
+config: 1288544d2673ae382a4f529f9240ef78
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 14e8d9a5db..e7c5003efc 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 627112c5b2ce84a71479f2112a7ebc78
+config: da84c05ee690901bb335b0fa259fecdd
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index ae3c75855d..4a1e5e74fa 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 9651f083fdc7866d4caa5d1c092596be
+config: b8ae98c5416526c26c110c8dab97c005
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index e44a3c465d..1907dd89ff 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: c433016c807f25af37b8254e756aed84
+config: 3d78f0dc7f0969f4a7e5287b8849bd65
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 832cd98172..9e3589e594 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 44a62871352fe23510295d842654ba73
+config: 7bbd57db5ac878a997e9138c1496099a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index dcb40828cd..79ac0e8bb4 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: e083600f3364c971a664573a2d59f79d
+config: e402fefe10ee835eab54355d9663e7de
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to