[Bf-docboard-svn] bf-manual: [6940] trunk/blender_docs/manual/conf.py: Theme: Allow unlimited navigation

Aaron Carlisle carlisle.b3d at gmail.com
Wed Aug 5 16:55:09 CEST 2020


Revision: 6940
          https://developer.blender.org/rBM6940
Author:   Blendify
Date:     2020-08-05 16:55:09 +0200 (Wed, 05 Aug 2020)
Log Message:
-----------
Theme: Allow unlimited navigation

After some testing this had a very small difference in HTML file sizes

Fixes T79542

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

Modified: trunk/blender_docs/manual/conf.py
===================================================================
--- trunk/blender_docs/manual/conf.py	2020-08-04 22:23:58 UTC (rev 6939)
+++ trunk/blender_docs/manual/conf.py	2020-08-05 14:55:09 UTC (rev 6940)
@@ -193,7 +193,7 @@
     html_theme_options = {
     "display_version": False,
     "collapse_navigation": True,
-    "navigation_depth": 4,
+    "navigation_depth": -1,
     "canonical_url": "https://docs.blender.org/manual/en/latest/",
     }
 




More information about the Bf-docboard-svn mailing list