We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ec355 commit a88a86eCopy full SHA for a88a86e
mps/manual/source/_templates/layout.html
@@ -14,7 +14,15 @@
14
15
<ul>
16
17
- <li class="toctree-11">
+ {# The class toctree-l1 seems to correspond to list items generated
18
+ by a Sphinx toctree directive that are at depth 1. I have not
19
+ found documented confirmation of this but it is confirmed
20
+ `_toctree_add_classes
21
+ <https://github.com/sphinx-doc/sphinx/blob/bb74aec2b6aa1179868d83134013450c9ff9d4d6/sphinx/environment/adapters/toctree.py#L403-L430>`_
22
+ in the Sphinx source code. If the list layout goes wonky, this
23
+ might be to blame. RB 2023-10-20. #}
24
+
25
+ <li class="toctree-l1">
26
27
<a class="reference internal" href="{{pathto('genindex.html', 1)}}">Index</a>
28
0 commit comments