diff --git a/manual/source/_templates/layout.html b/manual/source/_templates/layout.html
index 3d65894459..c99ff36094 100644
--- a/manual/source/_templates/layout.html
+++ b/manual/source/_templates/layout.html
@@ -14,7 +14,15 @@
- -
+ {# The class toctree-l1 seems to correspond to list items generated
+ by a Sphinx toctree directive that are at depth 1. I have not
+ found documented confirmation of this but it is confirmed
+ `_toctree_add_classes
+ `_
+ in the Sphinx source code. If the list layout goes wonky, this
+ might be to blame. RB 2023-10-20. #}
+
+
-
Index