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
