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>2021-06-22 23:30:07 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-06-22 23:30:07 +0300
commitc88c331384bf1684d34935fc4196cc9e82afb5ce (patch)
tree96e242900032fdf8f865e1f444381b05dc656b2a /doc
parent187e217b5a72ec7a1e66ee3e1dc2a7910a5feea9 (diff)
PyDoc: Update Sphinx and pin dependencies
Sphinx has rather loose dependency requirements which can cause issues if we aren't careful. As a solution they recommend that you pin sphinx dependency versions
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/requirements.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt
index 7040fd190f3..a854d2a267b 100644
--- a/doc/python_api/requirements.txt
+++ b/doc/python_api/requirements.txt
@@ -1,2 +1,13 @@
-Sphinx==3.5.3
+sphinx==3.5.4
+
+# Sphinx dependencies that are important
+Jinja2==2.11.3
+Pygments==2.9.0
+docutils==0.16
+snowballstemmer==2.1.0
+babel==2.9.1
+requests==2.25.1
+
+# Only needed to match the theme used for the official documentation.
+# Without this theme, the default theme will be used.
sphinx_rtd_theme==0.5.2