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-10-11 06:17:01 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-10-11 06:17:23 +0300
commit9cd99684b02e83b60821497ed749258a6c03d922 (patch)
tree62aa762cf3a0559a343215ee1a04b5f359372448 /doc
parentb51d337adc135ab3358fc562f70712a07a58ef52 (diff)
Py Docs: Update to sphinx 5.2.3
Notable change is the improvements made to search.
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 7d9bb497329..bf120f24995 100644
--- a/doc/python_api/requirements.txt
+++ b/doc/python_api/requirements.txt
@@ -1,4 +1,4 @@
-sphinx==5.1.1
+sphinx==5.2.3
# Sphinx dependencies that are important
Jinja2==3.1.2
@@ -6,7 +6,7 @@ Pygments==2.13.0
docutils==0.17.1
snowballstemmer==2.2.0
babel==2.10.3
-requests==2.27.1
+requests==2.28.1
# Only needed to match the theme used for the official documentation.
# Without this theme, the default theme will be used.