Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-gan committed Jan 8, 2024
1 parent 3a8ad90 commit 4432208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api_reference/themes/scikit-learn-modern/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
<ul>
{% for inner_child in nav_item.children %}
<li class="sk-toctree-l3">
<a href="{{ inner_child.url }}">{{ inner_child.title }}</a>
{% set second_layer_ns = inner_child.title[inner_child.title.index(".")+1:] %}
<a href="{{ inner_child.url }}">{{ second_layer_ns }}</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 4432208

Please sign in to comment.