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-09-16 05:30:47 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-09-16 05:30:47 +0300
commit72253f427d4c3b54166ecdc00ab505909c180ec4 (patch)
tree524d9fddf0645ca1de2662acfead2d2c12e0f3b2 /doc
parentd255c8e9f7cd1de5c91751bad5f6f025f425147b (diff)
Docs: Update sphinx
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt
index f93947c9d2d..7d9bb497329 100644
--- a/doc/python_api/requirements.txt
+++ b/doc/python_api/requirements.txt
@@ -1,11 +1,11 @@
-sphinx==5.0.1
+sphinx==5.1.1
# Sphinx dependencies that are important
Jinja2==3.1.2
-Pygments==2.12.0
+Pygments==2.13.0
docutils==0.17.1
snowballstemmer==2.2.0
-babel==2.10.1
+babel==2.10.3
requests==2.27.1
# Only needed to match the theme used for the official documentation.