[Bf-docboard-svn] bf-manual: [6995] trunk/blender_docs/manual/conf.py: Revert Some Experimentental Todo config for now

Aaron Carlisle carlisle.b3d at gmail.com
Tue Aug 25 20:48:03 CEST 2020


Revision: 6995
          https://developer.blender.org/rBM6995
Author:   Blendify
Date:     2020-08-25 20:48:03 +0200 (Tue, 25 Aug 2020)
Log Message:
-----------
Revert Some Experimentental Todo config for now

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-08-25 18:13:15 UTC (rev 6994)
+++ trunk/blender_docs/manual/conf.py	2020-08-25 18:48:03 UTC (rev 6995)
@@ -109,7 +109,8 @@
 # The short X.Y version.
 version = blender_version
 # The full version, including alpha/beta/rc tags.
-release = " ".join((blender_version, "alpha"))
+# release = " ".join((blender_version, "alpha"))
+release = blender_version
 
 del blender_version
 
@@ -159,8 +160,8 @@
 #keep_warnings = False
 
 # If true, `todo` and `todoList` produce output, else they produce nothing.
-if not release.endswith("release"):
-    todo_include_todos = True
+# if not release.endswith("release"):
+todo_include_todos = True
 
 # todo_link_only = True
 




More information about the Bf-docboard-svn mailing list