[Bf-blender-cvs] [9cd99684b02] master: Py Docs: Update to sphinx 5.2.3

Aaron Carlisle noreply at git.blender.org
Tue Oct 11 05:20:01 CEST 2022


Commit: 9cd99684b02e83b60821497ed749258a6c03d922
Author: Aaron Carlisle
Date:   Mon Oct 10 23:17:01 2022 -0400
Branches: master
https://developer.blender.org/rB9cd99684b02e83b60821497ed749258a6c03d922

Py Docs: Update to sphinx 5.2.3

Notable change is the improvements made to search.

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

M	doc/python_api/requirements.txt

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

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.



More information about the Bf-blender-cvs mailing list