Metadata-Version: 2.4
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
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
Requires-Dist: myst-parser
Requires-Dist: nbsphinx
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# 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
```
