Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-11-03 05:35:42 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-11-03 05:35:42 +0300
commitea94d5723f106a1812b474961940f283a9fe6c1f (patch)
tree92227adbda244813a5e53f9adf6d94a30360d1c7 /doc
parentbb0b04f43aa3d4cbc27cadecff6449014934431e (diff)
PyDocs: Upgrade Sphinx to 5.3.0
Trivial changes, should not affect us in anyway.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/requirements.txt4
1 files changed, 2 insertions, 2 deletions
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.