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 44199e7009 Automated deployment:
c747e0889efab22b48602635d765bc2719bde21e
44199e7009 is described below
commit 44199e700997ba6ee9584823a23b84a51dbf52d7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 05:23:06 2026 +0000
Automated deployment: c747e0889efab22b48602635d765bc2719bde21e
---
data/doc/en-us.json | 2 +-
data/doc/zh-cn.json | 2 +-
.../contribute/development-environment-setup.json | 292 ++++++++++++++++++++-
.../contribute/development-environment-setup.json | 292 ++++++++++++++++++++-
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, 577 insertions(+), 37 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 8ff9eacfb0..3e0286b101 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -42923,7 +42923,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.0+\nPnpm: v7.0+ (Make sure pnpm is compatible with Node.js, see also:
Compatibility)\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\ngit [...]
+ "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.0+\nPnpm: v7.0+ (Make sure pnpm is compatible with Node.js, see also:
Compatibility)\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\ngit [...]
"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 cbc5bea8e3..1a0d2fda4a 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -38483,7 +38483,7 @@
]
},
{
- "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: v16.0+\nPnpm: v7.0+
(请确保不同版本的pnpm与Node.js之间是相互兼容的,可参考:Compatibility)\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 -Pstaging
-Dmaven.test.skip=true\n代码风格\nDolphinScheduler使用Spotless检查并修复代码风格和格式问题。\n您可以执行如下的命令,
[...]
+ "content": "DolphinScheduler 开发手册\n软件要求\n在搭建 DolphinScheduler
开发环境之前请确保你已经安装以下软件:\n\nGit\nJDK: v1.8+\nMaven: v3.5+\nNode: v16.0+\nPnpm: v7.0+
(请确保不同版本的pnpm与Node.js之间是相互兼容的,可参考:Compatibility)\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 -Pstaging
-Dmaven.test.skip=true\n后端代码风格\nDolphinScheduler使用Spotless检查并修复后端代码风格和格式问题。\n您可以执行如下
[...]
"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 0d3fd50e61..598dd09d8b 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"
@@ -117,7 +117,7 @@
"anchor": "compile-source-code"
},
{
- "title": "Code Style",
+ "title": "Backend Code Style",
"children": [
{
"title": "zookeeper",
@@ -168,7 +168,61 @@
"anchor": "start-backend-server"
}
],
- "anchor": "code-style"
+ "anchor": "backend-code-style"
+ },
+ {
+ "title": "Frontend Code Style",
+ "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": "frontend-code-style"
},
{
"title": "Helm Template Guidelines",
@@ -609,7 +663,61 @@
"anchor": "compile-source-code"
},
{
- "title": "Code Style",
+ "title": "Backend Code Style",
+ "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": "backend-code-style"
+ },
+ {
+ "title": "Frontend Code Style",
"children": [
{
"title": "zookeeper",
@@ -660,7 +768,7 @@
"anchor": "start-backend-server"
}
],
- "anchor": "code-style"
+ "anchor": "frontend-code-style"
},
{
"title": "Helm Template Guidelines",
@@ -1101,7 +1209,61 @@
"anchor": "compile-source-code"
},
{
- "title": "Code Style",
+ "title": "Backend Code Style",
+ "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": "backend-code-style"
+ },
+ {
+ "title": "Frontend Code Style",
"children": [
{
"title": "zookeeper",
@@ -1152,7 +1314,7 @@
"anchor": "start-backend-server"
}
],
- "anchor": "code-style"
+ "anchor": "frontend-code-style"
},
{
"title": "Helm Template Guidelines",
@@ -1593,7 +1755,61 @@
"anchor": "compile-source-code"
},
{
- "title": "Code Style",
+ "title": "Backend Code Style",
+ "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": "backend-code-style"
+ },
+ {
+ "title": "Frontend Code Style",
"children": [
{
"title": "zookeeper",
@@ -1644,7 +1860,7 @@
"anchor": "start-backend-server"
}
],
- "anchor": "code-style"
+ "anchor": "frontend-code-style"
},
{
"title": "Helm Template Guidelines",
@@ -2085,7 +2301,61 @@
"anchor": "compile-source-code"
},
{
- "title": "Code Style",
+ "title": "Backend Code Style",
+ "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": "backend-code-style"
+ },
+ {
+ "title": "Frontend Code Style",
"children": [
{
"title": "zookeeper",
@@ -2136,7 +2406,7 @@
"anchor": "start-backend-server"
}
],
- "anchor": "code-style"
+ "anchor": "frontend-code-style"
},
{
"title": "Helm Template Guidelines",
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 efaf0b119e..90edf90ea7 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.0+</li>\n<li><a href=\"https://pnp [...]
+ "__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.0+</li>\n<li><a href=\"https://pnp [...]
"location": [
"贡献指南",
"环境搭建"
@@ -117,7 +117,7 @@
"anchor": "编译源码"
},
{
- "title": "代码风格",
+ "title": "后端代码风格",
"children": [
{
"title": "zookeeper",
@@ -168,7 +168,61 @@
"anchor": "启动后端"
}
],
- "anchor": "代码风格"
+ "anchor": "后端代码风格"
+ },
+ {
+ "title": "前端代码风格",
+ "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": "前端代码风格"
},
{
"title": "Helm 模板规范",
@@ -609,7 +663,61 @@
"anchor": "编译源码"
},
{
- "title": "代码风格",
+ "title": "后端代码风格",
+ "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": "后端代码风格"
+ },
+ {
+ "title": "前端代码风格",
"children": [
{
"title": "zookeeper",
@@ -660,7 +768,7 @@
"anchor": "启动后端"
}
],
- "anchor": "代码风格"
+ "anchor": "前端代码风格"
},
{
"title": "Helm 模板规范",
@@ -1101,7 +1209,61 @@
"anchor": "编译源码"
},
{
- "title": "代码风格",
+ "title": "后端代码风格",
+ "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": "后端代码风格"
+ },
+ {
+ "title": "前端代码风格",
"children": [
{
"title": "zookeeper",
@@ -1152,7 +1314,7 @@
"anchor": "启动后端"
}
],
- "anchor": "代码风格"
+ "anchor": "前端代码风格"
},
{
"title": "Helm 模板规范",
@@ -1593,7 +1755,61 @@
"anchor": "编译源码"
},
{
- "title": "代码风格",
+ "title": "后端代码风格",
+ "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": "后端代码风格"
+ },
+ {
+ "title": "前端代码风格",
"children": [
{
"title": "zookeeper",
@@ -1644,7 +1860,7 @@
"anchor": "启动后端"
}
],
- "anchor": "代码风格"
+ "anchor": "前端代码风格"
},
{
"title": "Helm 模板规范",
@@ -2085,7 +2301,61 @@
"anchor": "编译源码"
},
{
- "title": "代码风格",
+ "title": "后端代码风格",
+ "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": "后端代码风格"
+ },
+ {
+ "title": "前端代码风格",
"children": [
{
"title": "zookeeper",
@@ -2136,7 +2406,7 @@
"anchor": "启动后端"
}
],
- "anchor": "代码风格"
+ "anchor": "前端代码风格"
},
{
"title": "Helm 模板规范",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index e021a5c7e4..6b64a2aa84 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: 354427ed0e1e50cb7d187c29721f593d
+config: 6969472b18d17707b93a89243fdf214e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 889c93f77a..bdcc636e8f 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: 9a30f59c591cc7901c8370ef71907f39
+config: 2caf1b13fb6460b566566c4e30c712c6
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 8b27f66993..179d173ea3 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: 50412839cb363b8a6e6ddc246dedb49b
+config: 948cd4376676aed548a3fc1fd976c7a6
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 9eb780bf28..179c47f599 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: cc43f0f8f499631bfb10663fe840e8df
+config: e06d563dc7cb57c04ce8f07522385ae0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index e5f98ab847..05cb6cfcb8 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: 6597746d722ef0857cf85fa2e766537f
+config: f048376c862d2ffb8652f37f8e162c24
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 0209cc086f..d93b97cd1b 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: 0e3b9d691486b7a7a3d03e8586f88f55
+config: 0f701cb5cc0690b73555dd2af15d3eb1
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 95b6f26f0d..f86106701c 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: d282499fd1827fb7721b147bf3370496
+config: 010383def9f39b373309f0a52d21630d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 565749bfc6..d3e60b811f 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: 81e88ab59831037a5368b60789d28309
+config: 2450141df5102c0a2a8a4edcd7d88eb7
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 3d6a88314a..e91ae466f9 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: 7d577035084325ffc15438f5f5329940
+config: 4d8465d09b5821793afe7104144cd28e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 34386ca5cb..f6356ef680 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: 77e50a815b53e78ebad8f9e3fea774ab
+config: 3299c489ce537bc48817d4fb7d310553
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 6df71e94e2..61fe53a0b8 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: e1025d4fbccae3f95247ec6615cef702
+config: dd0f032f1a887acedc37ded62958568a
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index a44da6be8d..837945e5c6 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: 1400335d5ea9d92d0d6cdd85ed376edd
+config: 447b146af49cf4d61f8bec66133e4ef9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 3b0c8fb1ef..e30a450ffc 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: 9bb98fcdc36505b654bcc22a150c4197
+config: d41c841470ba790872f48c94f48ff551
tags: 645f666f9bcd5a90fca523b33c5a78b7