[Bf-blender-cvs] [0700521833e] master: Py Docs: Update Sphinx and Theme Dependencies

Aaron Carlisle noreply at git.blender.org
Mon May 25 01:23:33 CEST 2020


Commit: 0700521833eef78b959723043e8c1bfaa4ef072b
Author: Aaron Carlisle
Date:   Sun May 24 19:23:28 2020 -0400
Branches: master
https://developer.blender.org/rB0700521833eef78b959723043e8c1bfaa4ef072b

Py Docs: Update Sphinx and Theme Dependencies

`sphinx_rtd_theme==0.5.0rc1` probably should not be used for 2.83 but it 
would be nice to test

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

M	doc/python_api/requirements.txt

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

diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt
index c2b5b2fd794..263b12eb604 100644
--- a/doc/python_api/requirements.txt
+++ b/doc/python_api/requirements.txt
@@ -1,2 +1,2 @@
-Sphinx==1.8.5
-sphinx_rtd_theme==0.4.3
+Sphinx==3.0.3
+sphinx_rtd_theme==0.5.0rc1



More information about the Bf-blender-cvs mailing list