[Bf-docboard-svn] bf-manual: [8341] trunk/blender_docs/manual/conf.py: Revert minimum sphinx version to 3.3

Aaron Carlisle noreply at blender.org
Sun Aug 22 05:52:28 CEST 2021


Revision: 8341
          https://developer.blender.org/rBM8341
Author:   Blendify
Date:     2021-08-22 05:52:28 +0200 (Sun, 22 Aug 2021)
Log Message:
-----------
Revert minimum sphinx version to 3.3

Sphinx 3.3 is the requirement because we need a
feature from this version to build locales.

Setting this to stricter versions can be frustrating
for writers when there setup suddenly fails.
So, to keep things simple lets keep this requirement as loose as possible.

This is also helpful for writers who use system
packaged versions of sphinx which are updated less often.

Modified Paths:
--------------
    trunk/blender_docs/manual/conf.py

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2021-08-21 18:38:18 UTC (rev 8340)
+++ trunk/blender_docs/manual/conf.py	2021-08-22 03:52:28 UTC (rev 8341)
@@ -82,7 +82,7 @@
 
 # If set to a major.minor version string like '1.1', Sphinx will compare it
 # with its version and refuse to build if it is too old.
-needs_sphinx = '4.0'
+needs_sphinx = '3.3'
 
 # The default language to highlight source code in.
 highlight_language = 'python3'



More information about the Bf-docboard-svn mailing list