Skip to content

Commit

Permalink
Increase toctree depth
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Oct 18, 2023
1 parent 62c635d commit 2b1b2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ aside .material-icons,
list-style: none;
}

.toc li.current {
.toc li.current > a {
font-weight: bold;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<div>
<h3>Site Navigation</h3>
<ul>
<li>{{ toctree() }}</li>
<li>{{ toctree(maxdepth=2) }}</li>
</ul>
<div>
{%- if display_toc %}
Expand Down

0 comments on commit 2b1b2f8

Please sign in to comment.