Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c7207292532c7e572be52ec79fca7b446fd151f4
/
.
/
Utilities
/
Sphinx
/
templates
/
localtoc.html
blob: 0065fe7a32627fe569a6251463c7a00d81f2adda [
file
]
{# Sphinx sidebar template: local table of contents.
Overridden to remove the "#" link from the "Table of Contents". #}
{%- if display_toc %}
<div>
<h3>
{{ _('Table of Contents') }}
</h3>
{{ toc }}
</div>
{%- endif %}