Commit: 3d4cfd228abf4ab8378ae83377e5c0b13867276b Author: Bastien Montagne Date: Wed Jul 6 12:24:49 2022 +0200 Branches: blender-v2.93-release https://developer.blender.org/rB3d4cfd228abf4ab8378ae83377e5c0b13867276b
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. =================================================================== M doc/python_api/requirements.txt =================================================================== 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 _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
