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:
authorBastien Montagne <bastien@blender.org>2022-07-06 13:24:49 +0300
committerBastien Montagne <bastien@blender.org>2022-07-06 13:26:08 +0300
commit3d4cfd228abf4ab8378ae83377e5c0b13867276b (patch)
tree2feb12c932ad5eb2ad0337790593c2cbfd088b41
parentd7901ed6070874685579775f78d0775692cba816 (diff)
Py API doc: Add some more dependencies versions requirements.
Copied over from the ones for the manual for 2.93. This is an attempt to fix API doc generation for 2.93 LTS.
-rw-r--r--doc/python_api/requirements.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt
index 7040fd190f3..d38449f10a1 100644
--- a/doc/python_api/requirements.txt
+++ b/doc/python_api/requirements.txt
@@ -1,2 +1,12 @@
Sphinx==3.5.3
+
+# Sphinx dependencies that are important
+Jinja2==2.11.3
+docutils==0.16
+
+# Only needed for building translations.
+sphinx-intl==2.0.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