[Bf-blender-cvs] [ea94d5723f1] master: PyDocs: Upgrade Sphinx to 5.3.0

Aaron Carlisle noreply at git.blender.org
Thu Nov 3 03:37:50 CET 2022


Commit: ea94d5723f106a1812b474961940f283a9fe6c1f
Author: Aaron Carlisle
Date:   Wed Nov 2 22:35:42 2022 -0400
Branches: master
https://developer.blender.org/rBea94d5723f106a1812b474961940f283a9fe6c1f

PyDocs: Upgrade Sphinx to 5.3.0

Trivial changes, should not affect us in anyway.

===================================================================

M	doc/python_api/requirements.txt
M	release/datafiles/locale
M	release/scripts/addons
M	source/tools

===================================================================

diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt
index bf120f24995..42acae34789 100644
--- a/doc/python_api/requirements.txt
+++ b/doc/python_api/requirements.txt
@@ -1,11 +1,11 @@
-sphinx==5.2.3
+sphinx==5.3.0
 
 # Sphinx dependencies that are important
 Jinja2==3.1.2
 Pygments==2.13.0
 docutils==0.17.1
 snowballstemmer==2.2.0
-babel==2.10.3
+babel==2.11.0
 requests==2.28.1
 
 # Only needed to match the theme used for the official documentation.
diff --git a/release/datafiles/locale b/release/datafiles/locale
index 7be7aff5a18..fe221a8bc93 160000
--- a/release/datafiles/locale
+++ b/release/datafiles/locale
@@ -1 +1 @@
-Subproject commit 7be7aff5a18c550465b3f7634539ed4168af7c51
+Subproject commit fe221a8bc934385d9f302c46a5c7cbeacddafe3b
diff --git a/release/scripts/addons b/release/scripts/addons
index eb09be71a96..05f475f231a 160000
--- a/release/scripts/addons
+++ b/release/scripts/addons
@@ -1 +1 @@
-Subproject commit eb09be71a96c4fe910fdc43373be5ec08b419d2c
+Subproject commit 05f475f231abce2701b7424ed6b8231dadc64da8
diff --git a/source/tools b/source/tools
index 2a541f164a2..dfa16042bf7 160000
--- a/source/tools
+++ b/source/tools
@@ -1 +1 @@
-Subproject commit 2a541f164a222ef7bcd036d37687738acee8d946
+Subproject commit dfa16042bf7149475ad318d29a8202d969982abb



More information about the Bf-blender-cvs mailing list