[Bf-docboard-svn] bf-manual: [7919] trunk/blender_docs/requirements.txt: Pip: Force old version of docutils

Aaron Carlisle noreply at blender.org
Mon Apr 5 06:20:02 CEST 2021


Revision: 7919
          https://developer.blender.org/rBM7919
Author:   Blendify
Date:     2021-04-05 06:20:01 +0200 (Mon, 05 Apr 2021)
Log Message:
-----------
Pip: Force old version of docutils

Docutils 0.17 causes issues with the theme see:
https://github.com/readthedocs/sphinx_rtd_theme/issues/1112

Until this is fixed in the theme/sphinx we need to
pin an old version.

Modified Paths:
--------------
    trunk/blender_docs/requirements.txt

Modified: trunk/blender_docs/requirements.txt
===================================================================
--- trunk/blender_docs/requirements.txt	2021-04-02 19:38:21 UTC (rev 7918)
+++ trunk/blender_docs/requirements.txt	2021-04-05 04:20:01 UTC (rev 7919)
@@ -2,4 +2,8 @@
 sphinx-intl==2.0.1
 sphinx_rtd_theme==0.5.1
 
+# Latest release of docutils causes issues with the theme, see:
+# https://github.com/readthedocs/sphinx_rtd_theme/issues/1112
+docutils<0.17
+
 sphinx-autobuild



More information about the Bf-docboard-svn mailing list