[Bf-docboard-svn] bf-manual: [9075] trunk/blender_docs/manual/conf.py: Config: Add numfig config (remain disabled)

Aaron Carlisle noreply at blender.org
Thu Mar 3 18:05:09 CET 2022


Revision: 9075
          https://developer.blender.org/rBM9075
Author:   Blendify
Date:     2022-03-03 18:05:08 +0100 (Thu, 03 Mar 2022)
Log Message:
-----------
Config: Add numfig config (remain disabled)

This will be enabled after some more testing.

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2022-03-03 02:15:57 UTC (rev 9074)
+++ trunk/blender_docs/manual/conf.py	2022-03-03 17:05:08 UTC (rev 9075)
@@ -85,6 +85,12 @@
 # The default language to highlight source code in.
 highlight_language = 'python3'
 
+# If true, figures, tables and code-blocks are automatically numbered if they have a caption.
+numfig = False
+
+# if set to 0, figures, tables and code-blocks are continuously numbered starting at 1.
+numfig_secnum_depth = 0
+
 # The style name to use for Pygments highlighting of source code.
 pygments_style = 'default'
 



More information about the Bf-docboard-svn mailing list