This file is indexed.

/usr/lib/python2.7/dist-packages/sphinx_rtd_theme/__init__.py is in python-sphinx-rtd-theme 0.2.4-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
14
"""Sphinx ReadTheDocs theme.

From https://github.com/ryan-roemer/sphinx-bootstrap-theme.

"""
import os

__version__ = '0.2.4'
__version_full__ = __version__


def get_html_theme_path():
    """Return list of HTML theme paths."""
    return "/usr/share/"