This file is indexed.

/usr/share/sphinx/themes/cloud/localtoc.html is in cloud-sptheme-common 1.8.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
{#
    cloud/localtoc.html
    ~~~~~~~~~~~~~~~~~~~
    Overrides <basic/localtoc.html> to add an identifiable div wrapper
    (so the section highlight code has a reliable selector to lock onto),
    and allows overriding the title via 'localtoc_title' theme option
#}
{%- if display_toc -%}
  <div class="sphinx-toc sphinxlocaltoc">
    <h3><a href="{{ pathto(master_doc) }}">{{ _(theme_sidebar_localtoc_title or 'Table Of Contents') }}</a></h3>
    {{ toc }}
  </div>
{%- endif -%}