This file is indexed.

/usr/lib/python2.7/dist-packages/jupyter_sphinx_theme-0.0.6.egg-info/PKG-INFO is in python-jupyter-sphinx-theme 0.0.6+ds1-2.

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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Metadata-Version: 1.1
Name: jupyter-sphinx-theme
Version: 0.0.6
Summary: Jupyter Sphinx Theme.
Home-page: http://github.com/jupyter/sphinx-theme
Author: Ryan Roemer, Project Jupyter, and contributors
Author-email: jupyter@googlegroups.com
License: UNKNOWN
Description: # jupyter-sphinx-theme
        A Jupyter [Sphinx](http://www.sphinx-doc.org/en/stable/) theme for narrative
        documentation.
        
        ## Installation
        Install the package using PIP:
        
        ```bash
        pip install jupyter_sphinx_theme
        ```
        
        Edit the "conf.py" configuration file to point to the jupyter theme:
        
        ```python
        # At the top.
        from jupyter_sphinx_theme import *
        init_theme()
        
        # ...
        
        # Comment out the `html_theme =` line
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Documentation