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 df43038b18 Automated deployment: 
c747e0889efab22b48602635d765bc2719bde21e
df43038b18 is described below

commit df43038b189c216eead7da5d9a503590118da77b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 05:12:00 2026 +0000

    Automated deployment: c747e0889efab22b48602635d765bc2719bde21e
---
 data/doc/en-us.json                                        | 4 ++--
 data/doc/zh-cn.json                                        | 4 ++--
 pages/doc/en-us/dev/guide/installation/pseudo-cluster.json | 2 +-
 pages/doc/en-us/dev/guide/installation/standalone.json     | 2 +-
 pages/doc/en-us/dev/guide/task/seatunnel.json              | 2 +-
 pages/doc/zh-cn/dev/guide/installation/pseudo-cluster.json | 2 +-
 pages/doc/zh-cn/dev/guide/installation/standalone.json     | 2 +-
 pages/doc/zh-cn/dev/guide/task/seatunnel.json              | 2 +-
 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/4.1.0/.buildinfo                                    | 2 +-
 python/main/.buildinfo                                     | 2 +-
 21 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 290cbd637c..0df76a9664 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -42563,7 +42563,7 @@
     ]
   },
   {
-    "content": "Standalone\nStandalone only for quick experience for 
DolphinScheduler.\nIf you are a newbie and want to experience DolphinScheduler 
functions, we recommend you install follow Standalone deployment.\nIf you want 
to experience more complete functions and schedule massive tasks, we recommend 
you install follow pseudo-cluster deployment.\nIf you want to deploy 
DolphinScheduler in production, we recommend you follow cluster deployment or 
Kubernetes deployment.\n\nNote: Standal [...]
+    "content": "Standalone\nStandalone only for quick experience for 
DolphinScheduler.\nIf you are a newbie and want to experience DolphinScheduler 
functions, we recommend you install follow Standalone deployment.\nIf you want 
to experience more complete functions and schedule massive tasks, we recommend 
you install follow pseudo-cluster deployment.\nIf you want to deploy 
DolphinScheduler in production, we recommend you follow cluster deployment or 
Kubernetes deployment.\n\nNote: Standal [...]
     "version": "dev",
     "link": "/guide/installation/standalone",
     "title": "Standalone",
@@ -42573,7 +42573,7 @@
     ]
   },
   {
-    "content": "Pseudo-Cluster Deployment\nThe 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.\nIf you are a new hand and want to experience DolphinScheduler 
functions, we recommend you install follow Standalone deployment. If you want 
to experience more complete functions and schedule massive tasks, we recommend 
you install follow pseudo-clust [...]
+    "content": "Pseudo-Cluster Deployment\nThe 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.\nIf you are a new hand and want to experience DolphinScheduler 
functions, we recommend you install follow Standalone deployment. If you want 
to experience more complete functions and schedule massive tasks, we recommend 
you install follow pseudo-clust [...]
     "version": "dev",
     "link": "/guide/installation/pseudo-cluster",
     "title": "Pseudo-Cluster Deployment",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 30ae2cc2f7..e366c73d93 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -38123,7 +38123,7 @@
     ]
   },
   {
-    "content": "Standalone 极速体验版\nStandalone 仅适用于 DolphinScheduler 
的快速体验.\n如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用 Standalone 
方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用集群部署或者kubernetes\n\n注意: 
Standalone 仅建议 20 个以下工作流使用,因为其采用内存式的 H2 Database, Zookeeper Testing 
Server,任务过多可能导致不稳定,并且如果重启或者停止 standalone-server 会导致内存中数据库里的数据清空。\nStandalone 
支持元数据持久化,但是需要使用外部数据库,如 mysql 或者 postgresql,请看配置数据库\n\n前置准备工作\n\nJDK:下载JDK (1.8 
or 11),安装并配置 JAVA_HOME 环境变量,并将其下的 bin 目录追加到 PATH 环境变量中。如果你的环境中已存在,可以 [...]
+    "content": "Standalone 极速体验版\nStandalone 仅适用于 DolphinScheduler 
的快速体验.\n如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用 Standalone 
方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用集群部署或者kubernetes\n\n注意: 
Standalone 仅建议 20 个以下工作流使用,因为其采用内存式的 H2 Database, Zookeeper Testing 
Server,任务过多可能导致不稳定,并且如果重启或者停止 standalone-server 会导致内存中数据库里的数据清空。\nStandalone 
支持元数据持久化,但是需要使用外部数据库,如 mysql 或者 postgresql,请看配置数据库\n\n前置准备工作\n\nJDK:下载JDK (1.8 
or 11),安装并配置 JAVA_HOME 环境变量,并将其下的 bin 目录追加到 PATH 环境变量中。如果你的环境中已存在,可以 [...]
     "version": "dev",
     "link": "/guide/installation/standalone",
     "title": "Standalone 极速体验版",
@@ -38133,7 +38133,7 @@
     ]
   },
   {
-    "content": "伪集群部署\n伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下 
master、worker、api server 都在同一台机器上\n如果你是新手,想要体验 DolphinScheduler 
的功能,推荐使用Standalone方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用集群部署或者kubernetes\n前置准备工作\n伪分布式部署
 DolphinScheduler 需要有外部软件的支持\n\nJDK:下载JDK (1.8 或者 11),安装并配置 JAVA_HOME 
环境变量,并将其下的 bin 目录追加到 PATH 环境变量中。如果你的环境中已存在,可以跳过这步。\n二进制包:在下载页面下载 
DolphinScheduler 二进制包\n数据库:PostgreSQL (8.2.15+) 或者 MySQL (5.7+),两者任选其一即可,如 
MySQL 则需要 JDBC Driver 8.0.33\n注册中心:当前支持 ZooKeeper (3 [...]
+    "content": "伪集群部署\n伪集群部署目的是在单台机器部署 DolphinScheduler 服务,该模式下 
master、worker、api server 都在同一台机器上\n如果你是新手,想要体验 DolphinScheduler 
的功能,推荐使用Standalone方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用伪集群部署。如果你是在生产中使用,推荐使用集群部署或者kubernetes\n前置准备工作\n伪分布式部署
 DolphinScheduler 需要有外部软件的支持\n\nJDK:下载JDK (1.8 或者 11),安装并配置 JAVA_HOME 
环境变量,并将其下的 bin 目录追加到 PATH 环境变量中。如果你的环境中已存在,可以跳过这步。\n二进制包:在下载页面下载 
DolphinScheduler 二进制包\n数据库:PostgreSQL (8.2.15+) 或者 MySQL (5.7+),两者任选其一即可,如 
MySQL 则需要 JDBC Driver 8.0.33\n注册中心:当前支持 ZooKeeper (3 [...]
     "version": "dev",
     "link": "/guide/installation/pseudo-cluster",
     "title": "伪集群部署",
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 f0fb8e911b..5447b763e0 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/installation/standalone.json 
b/pages/doc/en-us/dev/guide/installation/standalone.json
index 322642fef1..63bf6ec2ea 100644
--- a/pages/doc/en-us/dev/guide/installation/standalone.json
+++ b/pages/doc/en-us/dev/guide/installation/standalone.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"standalone\">Standalone</h1>\n<p>Standalone only for 
quick experience for DolphinScheduler.</p>\n<p>If you are a newbie and want to 
experience DolphinScheduler functions, we recommend you install follow <a 
href=\"/en-us/docs/dev/guide/installation/standalone\">Standalone 
deployment</a>.\nIf you want to experience more complete functions and schedule 
massive tasks, we recommend you install follow <a 
href=\"/en-us/docs/dev/guide/installation/pseudo-cluster\">pseudo-cl [...]
+  "__html": "<h1 id=\"standalone\">Standalone</h1>\n<p>Standalone only for 
quick experience for DolphinScheduler.</p>\n<p>If you are a newbie and want to 
experience DolphinScheduler functions, we recommend you install follow <a 
href=\"/en-us/docs/dev/guide/installation/standalone\">Standalone 
deployment</a>.\nIf you want to experience more complete functions and schedule 
massive tasks, we recommend you install follow <a 
href=\"/en-us/docs/dev/guide/installation/pseudo-cluster\">pseudo-cl [...]
   "location": [
     "Installation",
     "Standalone Deployment"
diff --git a/pages/doc/en-us/dev/guide/task/seatunnel.json 
b/pages/doc/en-us/dev/guide/task/seatunnel.json
index 4c9ce5461b..932344fb5f 100644
--- a/pages/doc/en-us/dev/guide/task/seatunnel.json
+++ b/pages/doc/en-us/dev/guide/task/seatunnel.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"apache-seatunnel\">Apache SeaTunnel</h1>\n<h2 
id=\"overview\">Overview</h2>\n<p><code>SeaTunnel</code> task type for creating 
and executing <code>SeaTunnel</code> tasks. When the worker executes this task, 
it will parse the config file through the <code>start-seatunnel-spark.sh</code> 
, <code>start-seatunnel-flink.sh</code> or <code>seatunnel.sh</code> 
command.\nClick <a href=\"https://seatunnel.apache.org/\";>here</a> for more 
information about <code>Apache SeaTunne [...]
+  "__html": "<h1 id=\"apache-seatunnel\">Apache SeaTunnel</h1>\n<h2 
id=\"overview\">Overview</h2>\n<p><code>SeaTunnel</code> task type for creating 
and executing <code>SeaTunnel</code> tasks. When the worker executes this task, 
it will parse the config file through the <code>start-seatunnel-spark.sh</code> 
, <code>start-seatunnel-flink.sh</code> or <code>seatunnel.sh</code> 
command.\nClick <a href=\"https://seatunnel.apache.org/\";>here</a> for more 
information about <code>Apache SeaTunne [...]
   "location": [
     "Introduction to Functions",
     "Task",
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 0b1cae5915..52222e70a7 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/cluster\">集群部署</a>或者<a 
href=\"/zh-cn/docs/dev/guide/installation/kubernetes\">kubernetes</a></p>\n<h2 
id=\"前置准备工作\">前置准备工作</h2>\n<p>伪分布式部署 DolphinScheduler 需要 [...]
+  "__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/installation/standalone.json 
b/pages/doc/zh-cn/dev/guide/installation/standalone.json
index f10c93ba7b..b06e8e2717 100644
--- a/pages/doc/zh-cn/dev/guide/installation/standalone.json
+++ b/pages/doc/zh-cn/dev/guide/installation/standalone.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"standalone-极速体验版\">Standalone 极速体验版</h1>\n<p>Standalone 
仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用 
Standalone 方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<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></p>\n<blockquote>\n<p><strong><em>注意:</em></strong>
 Standalone 仅建议 20 个以 [...]
+  "__html": "<h1 id=\"standalone-极速体验版\">Standalone 极速体验版</h1>\n<p>Standalone 
仅适用于 DolphinScheduler 的快速体验.</p>\n<p>如果你是新手,想要体验 DolphinScheduler 的功能,推荐使用 
Standalone 方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用<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></p>\n<blockquote>\n<p><strong><em>注意:</em></strong>
 Standalone 仅建议 20 个以 [...]
   "location": [
     "部署指南",
     "单机部署(Standalone)"
diff --git a/pages/doc/zh-cn/dev/guide/task/seatunnel.json 
b/pages/doc/zh-cn/dev/guide/task/seatunnel.json
index 49b38e22ea..88ba27bda9 100644
--- a/pages/doc/zh-cn/dev/guide/task/seatunnel.json
+++ b/pages/doc/zh-cn/dev/guide/task/seatunnel.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"apache-seatunnel\">Apache SeaTunnel</h1>\n<h2 
id=\"综述\">综述</h2>\n<p><code>SeaTunnel</code> 任务类型,用于创建并执行 
<code>SeaTunnel</code> 类型任务。worker 执行该任务的时候,会通过 
<code>start-seatunnel-spark.sh</code> 、 <code>start-seatunnel-flink.sh</code> 和 
<code>seatunnel.sh</code> 命令解析 config 文件。\n点击 <a 
href=\"https://seatunnel.apache.org/\";>这里</a> 获取更多关于 <code>Apache 
SeaTunnel</code> 的信息。</p>\n<h2 id=\"创建任务\">创建任务</h2>\n<ul>\n<li>点击项目管理 -&gt; 
项目名称 -&gt; 工作流定义,点击“创建工作流”按钮,进入 DAG 编辑页面;</li> [...]
+  "__html": "<h1 id=\"apache-seatunnel\">Apache SeaTunnel</h1>\n<h2 
id=\"综述\">综述</h2>\n<p><code>SeaTunnel</code> 任务类型,用于创建并执行 
<code>SeaTunnel</code> 类型任务。worker 执行该任务的时候,会通过 
<code>start-seatunnel-spark.sh</code> 、 <code>start-seatunnel-flink.sh</code> 和 
<code>seatunnel.sh</code> 命令解析 config 文件。\n点击 <a 
href=\"https://seatunnel.apache.org/\";>这里</a> 获取更多关于 <code>Apache 
SeaTunnel</code> 的信息。</p>\n<h2 id=\"创建任务\">创建任务</h2>\n<ul>\n<li>点击项目管理 -&gt; 
项目名称 -&gt; 工作流定义,点击“创建工作流”按钮,进入 DAG 编辑页面;</li> [...]
   "location": [
     "功能介绍",
     "任务类型",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index b582e1ee2f..890fb8619a 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: 4319dc147aea1553155839f1cacca4bd
+config: c4804f4a47203434852e120f5f4b4baa
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 89d1033d10..b2e0502676 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: 0ce1546b1dc5f35665e5e604d6b711c3
+config: da138ae9e1c3147b6bcc23ea0bc7e872
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index c46eaaa3e1..356815afa5 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: a34de1877a10445a5a381d0522dddc4a
+config: f182ad696aad5e187f735313288c4f0c
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 255a8b7c7d..f34f13b37e 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: 8de123fc8ee6962caf49be1ef3912dd1
+config: 22ad49bf046204cdd105f57b4f8a3483
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 1e055e0bfb..fd78ce7025 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: 86a748e3d6d7057c4f968e73886ae9b9
+config: bf4757c8d59db13bf138f2f0f83de877
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 5211491658..aef0d5c105 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: a09805a81e7abe4ebc40a49483f7bc5f
+config: c370aa5082218083d3e71026cc6113ae
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 3d0431c0eb..1bd8f38ffa 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: ac5bf7229cf0adeded64857615c34bd3
+config: f1b7c2c3693b7653a3ab69ac32a66e15
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index cfe0d20874..27eb31f4a7 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: c87d63cd7e2475c1864af368dd7e2689
+config: 810cd63f57fe5ea472c9031ef676fcf1
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 38d9669870..bfa0c618b4 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: d3b75580460c9589364d2c74ea14a0d1
+config: bf07ab0305006fde0277d59b84c4ea1d
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 1140ad64c7..f2bcf3b327 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: cf1bb35cbd18ae3b2b5967756ff91175
+config: c96ba159b2debb2e77e629fea60f2cd4
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 89da5cf9b5..e22362082c 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: 3339bbf03da5bf2f58af3ef03c39353e
+config: a52a6bbc1a17eb4fd29571b37ca208c0
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index 7c280aa496..a7bfcedc62 100644
--- a/python/4.1.0/.buildinfo
+++ b/python/4.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: d06273f1852098c8c2651710cdcdba9e
+config: 70b7a4f431b82acbff942a1905731b18
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index f804d45315..57ca683bdb 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: de836171f24740cbf0859188579051f2
+config: f3ea1e2bf2b99dd4028895cc5890728b
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to