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 7ea24e6e46 Automated deployment:
2b675b4f31a7e4f616eaf98fa0d69baa94ccac25
7ea24e6e46 is described below
commit 7ea24e6e469046e8a0aff1b9cf72ef8b7b71143d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 15 01:32:55 2024 +0000
Automated deployment: 2b675b4f31a7e4f616eaf98fa0d69baa94ccac25
---
data/doc/en-us.json | 20 +++++++
data/doc/zh-cn.json | 20 +++++++
fetch/doc/en-us/dev.json | 4 +-
fetch/doc/zh-cn/dev.json | 4 +-
.../en-us/dev/guide/howto/datasource-setting.json | 10 ----
.../doc/en-us/dev/guide/howto/general-setting.json | 10 ----
.../dev/guide/installation/datasource-setting.json | 59 ++++++++++++++++++++
.../dev/guide/installation/general-setting.json | 26 +++++++++
.../zh-cn/dev/guide/howto/datasource-setting.json | 10 ----
.../doc/zh-cn/dev/guide/howto/general-setting.json | 10 ----
.../dev/guide/installation/datasource-setting.json | 62 ++++++++++++++++++++++
.../dev/guide/installation/general-setting.json | 26 +++++++++
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 +-
24 files changed, 229 insertions(+), 56 deletions(-)
diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 7c0a14f23d..ef3f78f51e 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -35660,6 +35660,26 @@
"Kubernetes Deployment"
]
},
+ {
+ "content": "General Setting\nLanguage\nDolphinScheduler supports two types
of built-in language which include English and Chinese. You could click the
button\non the top control bar named English and Chinese and change it to
another one when you want to switch the language.\nThe entire DolphinScheduler
page language will shift when you switch the language
selection.\nTheme\nDolphinScheduler supports two types of built-in theme which
include Dark and Light. When you want to change the [...]
+ "version": "dev",
+ "link": "/guide/installation/general-setting",
+ "title": "General Setting",
+ "location": [
+ "Installation",
+ "General Setting"
+ ]
+ },
+ {
+ "content": "Datasource Setting\nStandalone Switching Metadata Database
Configuration\nWe here use MySQL as an example to illustrate how to configure
an external database:\n\nNOTE: If you use MySQL, you need to manually download
mysql-connector-java driver (8.0.16) and move it to the libs directory of
DolphinScheduler\nwhich is api-server/libs and alert-server/libs and
master-server/libs and worker-server/libs.\n\n\nFirst of all, follow the
instructions in Pseudo-Cluster/Cluster Initi [...]
+ "version": "dev",
+ "link": "/guide/installation/datasource-setting",
+ "title": "Datasource Setting",
+ "location": [
+ "Installation",
+ "Datasource Setting"
+ ]
+ },
{
"content": "Use Rainbond Deployment\nThis section describes the one-click
deployment of high availability DolphinScheduler clusters through the Rainbond
cloud native application management platform. This method is suitable for users
who don't know much about complex technologies such as Kubernetes, lowering the
threshold for deploying DolphinScheduler in Kubernetes
mode.\nPrerequisites\n\nAvailable Rainbond cloud native application management
platform is a prerequisite,please refer t [...]
"version": "dev",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 9fd8ecc210..7be91fd1a3 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -31412,6 +31412,26 @@
"Kubernetes部署(Kubernetes)"
]
},
+ {
+ "content": "通用配置\n语言\nDolphinScheduler 支持两种内置语言,包括 English 和 Chinese
。您可以点击顶部控制栏名为 English 或 Chinese 的按钮切换语言。\n当您将语言从一种切换为另一种时,您所有 DolphinScheduler
的页面语言页面将发生变化。\n主题\nDolphinScheduler 支持两种类型的内置主题,包括 Dark 和
Light。当您想改变主题时,只需单击顶部控制栏在 语言 左侧名为 Dark(or Light)\n的按钮即可。\n时区\nDolphinScheduler
支持时区设置。\n服务时区\n使用脚本 bin/dolphinshceduler_daemon.sh启动服务, 服务的默认时区为UTC, 可以在
application.yaml 文件中进行修改,或通过环境变量修改, 如export
SPRING_JACKSON_TIME_ZONE=${SPRING_JACKSON_TIME_ZONE:-Asia/Shanghai}。\nIDEA
启动服务默认时区为本地 [...]
+ "version": "dev",
+ "link": "/guide/installation/general-setting",
+ "title": "通用配置",
+ "location": [
+ "部署指南",
+ "通用设置"
+ ]
+ },
+ {
+ "content": "数据源配置\nStandalone 切换元数据库\n我们这里以 MySQL 为例来说明如何配置外部数据库:\n\n如果使用
MySQL 需要手动下载 mysql-connector-java 驱动 (8.0.16) 并移动到 DolphinScheduler 的每个模块的 libs
目录下,其中包括 api-server/libs 和 alert-server/libs 和 master-server/libs 和
worker-server/libs。\n\n\n首先,参照 伪分布式/分布式安装初始化数据库 创建并初始化数据库\n在你的命令行设定下列环境变量,将
{address}, {user} 和 {password} 改为你数据库的地址, 用户名和密码\n\nexport
DATABASE=mysql\nexport SPRING_PROFILES_ACTIVE=${DATABASE}\nexport
SPRING_DATASOURCE_URL="jdbc:mysql://{address}/dolphinschedul [...]
+ "version": "dev",
+ "link": "/guide/installation/datasource-setting",
+ "title": "数据源配置",
+ "location": [
+ "部署指南",
+ "数据源设置"
+ ]
+ },
{
"content": "基于 Rainbond 部署 DolphinScheduler 高可用集群\n本文描述通过 Rainbond
云原生应用管理平台 一键部署高可用的 DolphinScheduler 集群,这种方式适合给不太了解
Kubernetes、容器化等复杂技术的用户使用,降低了在 Kubernetes 中部署 DolphinScheduler 的门槛。\n前提条件\n\n可用的
Rainbond 云原生应用管理平台,请参阅文档 Rainbond 快速安装\n\nDolphinScheduler 集群一键部署\n\n进入
Rainbond 的平台管理 -> 应用市场 -> 开源应用商店中搜索 dolphinscheduler 即可找到
DolphinScheduler 应用。\n\n\n\n点击 DolphinScheduler
右侧的安装进入应用安装页面,填写对应的信息,点击确定即可开始安装,自动跳转至应用视图。\n\n\n\n\n选择项\n说明\n\n\n\n\n团队名称\n用户自建的工作空间,以命名空间隔离\n\n\n集群名称\n选
[...]
"version": "dev",
diff --git a/fetch/doc/en-us/dev.json b/fetch/doc/en-us/dev.json
index a5a9c0ec9e..77f6a61f38 100644
--- a/fetch/doc/en-us/dev.json
+++ b/fetch/doc/en-us/dev.json
@@ -1170,7 +1170,7 @@
"Installation",
"General Setting"
],
- "key": "/guide/howto/general-setting"
+ "key": "/guide/installation/general-setting"
},
{
"title": "Datasource Setting",
@@ -1179,7 +1179,7 @@
"Installation",
"Datasource Setting"
],
- "key": "/guide/howto/datasource-setting"
+ "key": "/guide/installation/datasource-setting"
},
{
"title": "integration",
diff --git a/fetch/doc/zh-cn/dev.json b/fetch/doc/zh-cn/dev.json
index deb3a54683..5890a45eea 100644
--- a/fetch/doc/zh-cn/dev.json
+++ b/fetch/doc/zh-cn/dev.json
@@ -1130,7 +1130,7 @@
"部署指南",
"通用设置"
],
- "key": "/guide/howto/general-setting"
+ "key": "/guide/installation/general-setting"
},
{
"title": "数据源设置",
@@ -1139,7 +1139,7 @@
"部署指南",
"数据源设置"
],
- "key": "/guide/howto/datasource-setting"
+ "key": "/guide/installation/datasource-setting"
},
{
"title": "集成",
diff --git a/pages/doc/en-us/dev/guide/howto/datasource-setting.json
b/pages/doc/en-us/dev/guide/howto/datasource-setting.json
deleted file mode 100644
index d1b92b0002..0000000000
--- a/pages/doc/en-us/dev/guide/howto/datasource-setting.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "__html": "",
- "location": [
- "Installation",
- "Datasource Setting"
- ],
- "structure": [],
- "title": "",
- "link": "/guide/howto/datasource-setting"
-}
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/howto/general-setting.json
b/pages/doc/en-us/dev/guide/howto/general-setting.json
deleted file mode 100644
index 57fdde8c2b..0000000000
--- a/pages/doc/en-us/dev/guide/howto/general-setting.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "__html": "",
- "location": [
- "Installation",
- "General Setting"
- ],
- "structure": [],
- "title": "",
- "link": "/guide/howto/general-setting"
-}
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/installation/datasource-setting.json
b/pages/doc/en-us/dev/guide/installation/datasource-setting.json
new file mode 100644
index 0000000000..1c6c03f011
--- /dev/null
+++ b/pages/doc/en-us/dev/guide/installation/datasource-setting.json
@@ -0,0 +1,59 @@
+{
+ "__html": "<h1 id=\"datasource-setting\">Datasource Setting</h1>\n<h2
id=\"standalone-switching-metadata-database-configuration\">Standalone
Switching Metadata Database Configuration</h2>\n<p>We here use MySQL as an
example to illustrate how to configure an external
database:</p>\n<blockquote>\n<p>NOTE: If you use MySQL, you need to manually
download <a
href=\"https://downloads.MySQL.com/archives/c-j/\">mysql-connector-java
driver</a> (8.0.16) and move it to the libs directory of Dolph [...]
+ "location": [
+ "Installation",
+ "Datasource Setting"
+ ],
+ "structure": [
+ {
+ "title": "Standalone Switching Metadata Database Configuration",
+ "children": [
+ {
+ "title": "Using datasource incompatible to Apache LICENSE V2
LICENSE",
+ "children": [],
+ "anchor":
"using-datasource-incompatible-to-apache-license-v2-license"
+ },
+ {
+ "title": "Example",
+ "children": [],
+ "anchor": "example"
+ }
+ ],
+ "anchor": "standalone-switching-metadata-database-configuration"
+ },
+ {
+ "title": "Pseudo-Cluster/Cluster Initialize the Database",
+ "children": [
+ {
+ "title": "Using datasource incompatible to Apache LICENSE V2
LICENSE",
+ "children": [],
+ "anchor":
"using-datasource-incompatible-to-apache-license-v2-license"
+ },
+ {
+ "title": "Example",
+ "children": [],
+ "anchor": "example"
+ }
+ ],
+ "anchor": "pseudo-cluster/cluster-initialize-the-database"
+ },
+ {
+ "title": "DataSource Center",
+ "children": [
+ {
+ "title": "Using datasource incompatible to Apache LICENSE V2
LICENSE",
+ "children": [],
+ "anchor":
"using-datasource-incompatible-to-apache-license-v2-license"
+ },
+ {
+ "title": "Example",
+ "children": [],
+ "anchor": "example"
+ }
+ ],
+ "anchor": "datasource-center"
+ }
+ ],
+ "title": "Datasource Setting",
+ "link": "/guide/installation/datasource-setting"
+}
\ No newline at end of file
diff --git a/pages/doc/en-us/dev/guide/installation/general-setting.json
b/pages/doc/en-us/dev/guide/installation/general-setting.json
new file mode 100644
index 0000000000..a73e874aa1
--- /dev/null
+++ b/pages/doc/en-us/dev/guide/installation/general-setting.json
@@ -0,0 +1,26 @@
+{
+ "__html": "<h1 id=\"general-setting\">General Setting</h1>\n<h2
id=\"language\">Language</h2>\n<p>DolphinScheduler supports two types of
built-in language which include <code>English</code> and <code>Chinese</code>.
You could click the button\non the top control bar named <code>English</code>
and <code>Chinese</code> and change it to another one when you want to switch
the language.\nThe entire DolphinScheduler page language will shift when you
switch the language selection.</p>\n<h2 i [...]
+ "location": [
+ "Installation",
+ "General Setting"
+ ],
+ "structure": [
+ {
+ "title": "Language",
+ "children": [],
+ "anchor": "language"
+ },
+ {
+ "title": "Theme",
+ "children": [],
+ "anchor": "theme"
+ },
+ {
+ "title": "Time Zone",
+ "children": [],
+ "anchor": "time-zone"
+ }
+ ],
+ "title": "General Setting",
+ "link": "/guide/installation/general-setting"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/howto/datasource-setting.json
b/pages/doc/zh-cn/dev/guide/howto/datasource-setting.json
deleted file mode 100644
index 8c6431c792..0000000000
--- a/pages/doc/zh-cn/dev/guide/howto/datasource-setting.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "__html": "",
- "location": [
- "部署指南",
- "数据源设置"
- ],
- "structure": [],
- "title": "",
- "link": "/guide/howto/datasource-setting"
-}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/howto/general-setting.json
b/pages/doc/zh-cn/dev/guide/howto/general-setting.json
deleted file mode 100644
index 03a35cbc89..0000000000
--- a/pages/doc/zh-cn/dev/guide/howto/general-setting.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "__html": "",
- "location": [
- "部署指南",
- "通用设置"
- ],
- "structure": [],
- "title": "",
- "link": "/guide/howto/general-setting"
-}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/installation/datasource-setting.json
b/pages/doc/zh-cn/dev/guide/installation/datasource-setting.json
new file mode 100644
index 0000000000..174de73256
--- /dev/null
+++ b/pages/doc/zh-cn/dev/guide/installation/datasource-setting.json
@@ -0,0 +1,62 @@
+{
+ "__html": "<h1 id=\"数据源配置\">数据源配置</h1>\n<h2
id=\"standalone-切换元数据库\">Standalone 切换元数据库</h2>\n<p>我们这里以 MySQL
为例来说明如何配置外部数据库:</p>\n<blockquote>\n<p>如果使用 MySQL 需要手动下载 <a
href=\"https://downloads.MySQL.com/archives/c-j/\">mysql-connector-java 驱动</a>
(8.0.16) 并移动到 DolphinScheduler 的每个模块的 libs 目录下,其中包括
<code>api-server/libs</code> 和 <code>alert-server/libs</code> 和
<code>master-server/libs</code> 和
<code>worker-server/libs</code>。</p>\n</blockquote>\n<ul>\n<li>首先,参照
<code>伪分布式/分布式安装初始化数据库</c [...]
+ "location": [
+ "部署指南",
+ "数据源设置"
+ ],
+ "structure": [
+ {
+ "title": "Standalone 切换元数据库",
+ "children": [
+ {
+ "title": "使用不兼容 Apache LICENSE V2 许可的数据库",
+ "children": [
+ {
+ "title": "样例",
+ "children": [],
+ "anchor": "样例"
+ }
+ ],
+ "anchor": "使用不兼容-apache-license-v2-许可的数据库"
+ }
+ ],
+ "anchor": "standalone-切换元数据库"
+ },
+ {
+ "title": "伪分布式/分布式安装初始化数据库",
+ "children": [
+ {
+ "title": "使用不兼容 Apache LICENSE V2 许可的数据库",
+ "children": [
+ {
+ "title": "样例",
+ "children": [],
+ "anchor": "样例"
+ }
+ ],
+ "anchor": "使用不兼容-apache-license-v2-许可的数据库"
+ }
+ ],
+ "anchor": "伪分布式/分布式安装初始化数据库"
+ },
+ {
+ "title": "数据源中心",
+ "children": [
+ {
+ "title": "使用不兼容 Apache LICENSE V2 许可的数据库",
+ "children": [
+ {
+ "title": "样例",
+ "children": [],
+ "anchor": "样例"
+ }
+ ],
+ "anchor": "使用不兼容-apache-license-v2-许可的数据库"
+ }
+ ],
+ "anchor": "数据源中心"
+ }
+ ],
+ "title": "数据源配置",
+ "link": "/guide/installation/datasource-setting"
+}
\ No newline at end of file
diff --git a/pages/doc/zh-cn/dev/guide/installation/general-setting.json
b/pages/doc/zh-cn/dev/guide/installation/general-setting.json
new file mode 100644
index 0000000000..74d9ab7237
--- /dev/null
+++ b/pages/doc/zh-cn/dev/guide/installation/general-setting.json
@@ -0,0 +1,26 @@
+{
+ "__html": "<h1 id=\"通用配置\">通用配置</h1>\n<h2
id=\"语言\">语言</h2>\n<p>DolphinScheduler 支持两种内置语言,包括 <code>English</code> 和
<code>Chinese</code> 。您可以点击顶部控制栏名为 <code>English</code> 或 <code>Chinese</code>
的按钮切换语言。\n当您将语言从一种切换为另一种时,您所有 DolphinScheduler 的页面语言页面将发生变化。</p>\n<h2
id=\"主题\">主题</h2>\n<p>DolphinScheduler 支持两种类型的内置主题,包括 <code>Dark</code> 和
<code>Light</code>。当您想改变主题时,只需单击顶部控制栏在 <a href=\"#%E8%AF%AD%E8%A8%80\">语言</a>
左侧名为 <code>Dark</code>(or <code>Light</code>)\n的按钮即可。</p>\n<h2 id=\"时区\"> [...]
+ "location": [
+ "部署指南",
+ "通用设置"
+ ],
+ "structure": [
+ {
+ "title": "语言",
+ "children": [],
+ "anchor": "语言"
+ },
+ {
+ "title": "主题",
+ "children": [],
+ "anchor": "主题"
+ },
+ {
+ "title": "时区",
+ "children": [],
+ "anchor": "时区"
+ }
+ ],
+ "title": "通用配置",
+ "link": "/guide/installation/general-setting"
+}
\ No newline at end of file
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index ef1b7fc46d..e4eec5df7b 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: 99fd2c6c31970f5c7752871561b0237b
+config: 36bffd3dc459640f2a6cc98219060986
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index cee6949d4e..ee84ca1a1d 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: 0d5a713ab89ad805672481b62988ec55
+config: 1fb910e06f62be0429d5ab36d2c12950
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 8c95d9ff51..b52660faa8 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: 5eedf55aac0ebebe136313742ff4692b
+config: 80cef08ad635b74b20b17369e32a24ba
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 28bcf9eef7..85029fe9c5 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: e5a74184643b986d839b9a9cd8676e57
+config: 177c3f5f9f97eaa89e1cdbe8c7783454
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index b309afbec2..464f9e4f17 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: c5edcad269fc28ce0946c31bc438de01
+config: 760d98c4bf25d7bbcb65a4477e1a437e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 14a71b5642..1e224661e2 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: 14e9969bcc61cd5c0359f2030d513322
+config: fb3124ae37082d8ca5249c908e6e6559
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 2c5f7f68fa..1ebc60311a 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: a89689d2f969725d76d59e5ff577f5ff
+config: 26a024cd01b592319dad02649c09f54e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 5f6344ab91..0e62c1b024 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: c41a895bb5c687d01c4e532b55b00a42
+config: fbd292938f2c06e1fe58c7a5475c1e19
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index a0a58bd142..da9dfbe433 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: 112704d06acec96179f70e7f286ee293
+config: a7403f351bdd8fb2368711bc1578ae7d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 8030b2ce73..73d3e34c6d 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: 4c137f1ae49ac1c38bb6588579697d7f
+config: bcf892a055fb2ee9b8b0db836a39c414
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index ae0759fcc3..755ca2d4ef 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: 81f6105e348a1592468e2e3402b196cd
+config: 3256b504ae7973c8114ccaec747179f6
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 51e7c3ff1d..6117230cb6 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: a067d434f55090f859979c984aea4639
+config: 2595cbaf950c3c891d67e76507de5a64
tags: 645f666f9bcd5a90fca523b33c5a78b7