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 355937b27b Automated deployment: 
39232a5dbcf017d7340aba9dd7a8e3ba05bc7100
355937b27b is described below

commit 355937b27ba0d004982260575deb648fac3c8e43
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 16 05:10:21 2025 +0000

    Automated deployment: 39232a5dbcf017d7340aba9dd7a8e3ba05bc7100
---
 data/doc/en-us.json                                |   2 +-
 data/doc/zh-cn.json                                |   2 +-
 .../contribute/development-environment-setup.json  | 272 ++++++++++++++++++++-
 .../contribute/development-environment-setup.json  | 272 ++++++++++++++++++++-
 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 +-
 17 files changed, 557 insertions(+), 17 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 68ff27639e..d13118b938 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -37661,7 +37661,7 @@
     ]
   },
   {
-    "content": "DolphinScheduler development\nSoftware Requirements\nBefore 
setting up the DolphinScheduler development environment, please make sure you 
have installed the software as below:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: 
v16.13+ (dolphinScheduler version is lower than 3.0, please install node 
v12.20+)\nPnpm: v6.x\n\nClone Git Repository\nDownload the git repository 
through your git management tool, here we use git-core as an example\nmkdir 
dolphinscheduler\ncd dolphinscheduler [...]
+    "content": "DolphinScheduler development\nSoftware Requirements\nBefore 
setting up the DolphinScheduler development environment, please make sure you 
have installed the software as below:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: 
v16.13+ (dolphinScheduler version is lower than 3.0, please install node 
v12.20+)\nPnpm: v6.x\n\nClone Git Repository\nDownload the git repository 
through your git management tool, here we use git-core as an example\nmkdir 
dolphinscheduler\ncd dolphinscheduler [...]
     "version": "dev",
     "link": "/contribute/development-environment-setup",
     "title": "DolphinScheduler development",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index a658c092e2..5215218b70 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -33365,7 +33365,7 @@
     ]
   },
   {
-    "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler 
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: v16.13+ 
(dolphinScheduler 版本低于 3.0, 请安装 node v12.20+)\nPnpm: v6.x\n\n克隆代码库\n通过你 git 
管理工具下载 git 代码,下面以 git-core 为例\nmkdir dolphinscheduler\ncd dolphinscheduler\ngit 
clone 
[email protected]:apache/dolphinscheduler.git\n\n编译源码\n支持的系统:\n\nMacOS\nLinux\n\n运行
 mvn clean install -Prelease 
-Dmaven.test.skip=true\n代码风格\nDolphinScheduler使用Spotless检查并修复代码风格和格式问题。\n您可以执行如下的命令,Spo
 [...]
+    "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler 
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: v16.13+ 
(dolphinScheduler 版本低于 3.0, 请安装 node v12.20+)\nPnpm: v6.x\n\n克隆代码库\n通过你 git 
管理工具下载 git 代码,下面以 git-core 为例\nmkdir dolphinscheduler\ncd dolphinscheduler\ngit 
clone 
[email protected]:apache/dolphinscheduler.git\n\n编译源码\n支持的系统:\n\nMacOS\nLinux\n\n运行
 mvn clean install -Prelease 
-Dmaven.test.skip=true\n代码风格\nDolphinScheduler使用Spotless检查并修复代码风格和格式问题。\n您可以执行如下的命令,Spo
 [...]
     "version": "dev",
     "link": "/contribute/development-environment-setup",
     "title": "DolphinScheduler 开发手册",
diff --git a/pages/doc/en-us/dev/contribute/development-environment-setup.json 
b/pages/doc/en-us/dev/contribute/development-environment-setup.json
index 7088b60a27..86333df42b 100644
--- a/pages/doc/en-us/dev/contribute/development-environment-setup.json
+++ b/pages/doc/en-us/dev/contribute/development-environment-setup.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"dolphinscheduler-development\">DolphinScheduler 
development</h1>\n<h2 id=\"software-requirements\">Software 
Requirements</h2>\n<p>Before setting up the DolphinScheduler development 
environment, please make sure you have installed the software as 
below:</p>\n<ul>\n<li><a 
href=\"https://git-scm.com/downloads\";>Git</a></li>\n<li><a 
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\";>JDK</a>:
 v1.8+</li>\n<li><a href=\"http://maven.apache.org/dow [...]
+  "__html": "<h1 id=\"dolphinscheduler-development\">DolphinScheduler 
development</h1>\n<h2 id=\"software-requirements\">Software 
Requirements</h2>\n<p>Before setting up the DolphinScheduler development 
environment, please make sure you have installed the software as 
below:</p>\n<ul>\n<li><a 
href=\"https://git-scm.com/downloads\";>Git</a></li>\n<li><a 
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\";>JDK</a>:
 v1.8+</li>\n<li><a href=\"http://maven.apache.org/dow [...]
   "location": [
     "Contribution",
     "Development Environment Setup"
@@ -170,6 +170,60 @@
           ],
           "anchor": "code-style"
         },
+        {
+          "title": "Helm Template Guidelines",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "Database",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "database"
+            },
+            {
+              "title": "Start Backend Server",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "start-backend-server"
+            }
+          ],
+          "anchor": "helm-template-guidelines"
+        },
         {
           "title": "Git Branch Choose",
           "children": [
@@ -608,6 +662,60 @@
           ],
           "anchor": "code-style"
         },
+        {
+          "title": "Helm Template Guidelines",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "Database",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "database"
+            },
+            {
+              "title": "Start Backend Server",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "start-backend-server"
+            }
+          ],
+          "anchor": "helm-template-guidelines"
+        },
         {
           "title": "Git Branch Choose",
           "children": [
@@ -1046,6 +1154,60 @@
           ],
           "anchor": "code-style"
         },
+        {
+          "title": "Helm Template Guidelines",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "Database",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "database"
+            },
+            {
+              "title": "Start Backend Server",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "start-backend-server"
+            }
+          ],
+          "anchor": "helm-template-guidelines"
+        },
         {
           "title": "Git Branch Choose",
           "children": [
@@ -1484,6 +1646,60 @@
           ],
           "anchor": "code-style"
         },
+        {
+          "title": "Helm Template Guidelines",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "Database",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "database"
+            },
+            {
+              "title": "Start Backend Server",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "start-backend-server"
+            }
+          ],
+          "anchor": "helm-template-guidelines"
+        },
         {
           "title": "Git Branch Choose",
           "children": [
@@ -1922,6 +2138,60 @@
           ],
           "anchor": "code-style"
         },
+        {
+          "title": "Helm Template Guidelines",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "Database",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "database"
+            },
+            {
+              "title": "Start Backend Server",
+              "children": [
+                {
+                  "title": "Backend Start Prepare",
+                  "children": [],
+                  "anchor": "backend-start-prepare"
+                },
+                {
+                  "title": "Server start",
+                  "children": [],
+                  "anchor": "server-start"
+                }
+              ],
+              "anchor": "start-backend-server"
+            }
+          ],
+          "anchor": "helm-template-guidelines"
+        },
         {
           "title": "Git Branch Choose",
           "children": [
diff --git a/pages/doc/zh-cn/dev/contribute/development-environment-setup.json 
b/pages/doc/zh-cn/dev/contribute/development-environment-setup.json
index 34c93e6a51..672fd66a7e 100644
--- a/pages/doc/zh-cn/dev/contribute/development-environment-setup.json
+++ b/pages/doc/zh-cn/dev/contribute/development-environment-setup.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"dolphinscheduler-开发手册\">DolphinScheduler 开发手册</h1>\n<h2 
id=\"软件要求\">软件要求</h2>\n<p>在搭建 DolphinScheduler 
开发环境之前请确保你已经安装以下软件:</p>\n<ul>\n<li><a 
href=\"https://git-scm.com/downloads\";>Git</a></li>\n<li><a 
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\";>JDK</a>:
 v1.8+</li>\n<li><a href=\"http://maven.apache.org/download.cgi\";>Maven</a>: 
v3.5+</li>\n<li><a href=\"https://nodejs.org/en/download\";>Node</a>: v16.13+ 
(dolphinScheduler 版本低于 3.0, 请安 [...]
+  "__html": "<h1 id=\"dolphinscheduler-开发手册\">DolphinScheduler 开发手册</h1>\n<h2 
id=\"软件要求\">软件要求</h2>\n<p>在搭建 DolphinScheduler 
开发环境之前请确保你已经安装以下软件:</p>\n<ul>\n<li><a 
href=\"https://git-scm.com/downloads\";>Git</a></li>\n<li><a 
href=\"https://www.oracle.com/technetwork/java/javase/downloads/index.html\";>JDK</a>:
 v1.8+</li>\n<li><a href=\"http://maven.apache.org/download.cgi\";>Maven</a>: 
v3.5+</li>\n<li><a href=\"https://nodejs.org/en/download\";>Node</a>: v16.13+ 
(dolphinScheduler 版本低于 3.0, 请安 [...]
   "location": [
     "贡献指南",
     "环境搭建"
@@ -170,6 +170,60 @@
           ],
           "anchor": "代码风格"
         },
+        {
+          "title": "Helm 模板规范",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "数据库",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "数据库"
+            },
+            {
+              "title": "启动后端",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "启动后端"
+            }
+          ],
+          "anchor": "helm-模板规范"
+        },
         {
           "title": "分支选择",
           "children": [
@@ -608,6 +662,60 @@
           ],
           "anchor": "代码风格"
         },
+        {
+          "title": "Helm 模板规范",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "数据库",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "数据库"
+            },
+            {
+              "title": "启动后端",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "启动后端"
+            }
+          ],
+          "anchor": "helm-模板规范"
+        },
         {
           "title": "分支选择",
           "children": [
@@ -1046,6 +1154,60 @@
           ],
           "anchor": "代码风格"
         },
+        {
+          "title": "Helm 模板规范",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "数据库",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "数据库"
+            },
+            {
+              "title": "启动后端",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "启动后端"
+            }
+          ],
+          "anchor": "helm-模板规范"
+        },
         {
           "title": "分支选择",
           "children": [
@@ -1484,6 +1646,60 @@
           ],
           "anchor": "代码风格"
         },
+        {
+          "title": "Helm 模板规范",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "数据库",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "数据库"
+            },
+            {
+              "title": "启动后端",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "启动后端"
+            }
+          ],
+          "anchor": "helm-模板规范"
+        },
         {
           "title": "分支选择",
           "children": [
@@ -1922,6 +2138,60 @@
           ],
           "anchor": "代码风格"
         },
+        {
+          "title": "Helm 模板规范",
+          "children": [
+            {
+              "title": "zookeeper",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "zookeeper"
+            },
+            {
+              "title": "数据库",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "数据库"
+            },
+            {
+              "title": "启动后端",
+              "children": [
+                {
+                  "title": "必要的准备工作",
+                  "children": [],
+                  "anchor": "必要的准备工作"
+                },
+                {
+                  "title": "启动服务",
+                  "children": [],
+                  "anchor": "启动服务"
+                }
+              ],
+              "anchor": "启动后端"
+            }
+          ],
+          "anchor": "helm-模板规范"
+        },
         {
           "title": "分支选择",
           "children": [
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index cc0d3cf7d7..9dbadf55e2 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: 7942efd6368830f40b44d25a74f76cfd
+config: 5d627ee9e98eff919f2126016c9d392c
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index d46368e8ca..15c7b30fe2 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: e7cb15983428a37b4a128c0d8e03b3c4
+config: ccd372e539987abd1aa9dbfd7cf21731
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index de53dbd88b..cd9aa1b4b4 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: e6f654aa1b98e61c450c65a1038b0fa3
+config: 80efecc0c79957412262491d372dd67a
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index b6b84990cd..050407de7b 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: 9cb0dc32bb02b5e740bfd0fc46078bea
+config: 95038c986acde637f956dd20334f3c02
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 6a23f7fa84..127dd411b1 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: 311d7e2008e06229593ee3acd27fdc8e
+config: 1eead8ed27f9ba726eba2a6198c38d3d
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 0215a23143..52e41d9b91 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: 8430955f7499a9b9a8d18d09d38047ec
+config: 5395a1e6a8b313324fb7996920e88562
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 52f1df8bac..775afd3a7e 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: b6ce523ea15b3f4bdc956327118948e5
+config: baae6b5a9479c7c7fc0e2249d47efd1b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index c961113d99..358d182a2f 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: d3144a3065404edb6b3234a66e2acdce
+config: 4185fdc66d8f9f97f358f0311dd8f3e3
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 13260ddf4f..7ecf4a8990 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: 083e7c8cc02a258d5bd04a42b912b864
+config: 957b56202a828356ebbac3c452180343
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 7ce6f390d1..472b4f11b9 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: 3d713d6756aef4b00d7c111e3554968d
+config: 8657130e98e89aec8acbda578241315e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index ef863a3d01..cf497fc6de 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: 18f2805e0dd56f067b09cbcd008d1378
+config: a7daf196525d350536bf6b248eec5d7d
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index b49f5540c8..d6448a0942 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: 617dbbd908475c2aa6c2c7785f2ed26b
+config: dba8631848ebd19bf999ba19de84de5f
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index dfbd291cea..cdccea8959 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: e7ddbc0ba603034a0a7e1594db3e4c08
+config: a31f0250806c201b5f675a43d8e073c9
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to