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>2022-06-06 06:05:35 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-06-06 06:05:48 +0300
commit3cd283a424ec92ef85e1856d66f0baa4d2253fc5 (patch)
treedd704d375f518df3aecaaa2f884dd44cc9988ad0 /doc
parent011d9cce19d632e865918ce9ef067d2997748405 (diff)
Py Docs: Update Sphinx and dependencies
- Adds python 3.10 support - Slightly improves performance
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/requirements.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/python_api/requirements.txt b/doc/python_api/requirements.txt
index 51440046430..19757a5af98 100644
--- a/doc/python_api/requirements.txt
+++ b/doc/python_api/requirements.txt
@@ -1,12 +1,15 @@
-sphinx==4.1.1
+sphinx==5.0.1
# Sphinx dependencies that are important
-Jinja2==3.0.1
-Pygments==2.10.0
+Jinja2==3.1.2
+Pygments==2.12.0
docutils==0.17.1
-snowballstemmer==2.1.0
-babel==2.9.1
-requests==2.26.0
+snowballstemmer==2.2.0
+babel==2.10.1
+requests==2.27.1
+
+# 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.