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
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-05-25 02:23:28 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-05-25 02:23:28 +0300
commit0700521833eef78b959723043e8c1bfaa4ef072b (patch)
tree6307dc5efd9a7b9dbdacaadefc8a9fb7a69615e7
parent5db2d9c82b7f56545393afaad0a600cc4f77d66a (diff)
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
-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 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