jupyter-sphinx-theme

Jupyter Sphinx Theme.


License
Other
Install
pip install jupyter-sphinx-theme==0.0.6

Documentation

jupyter-sphinx-theme

A Jupyter Sphinx theme for narrative documentation.

Installation

Install the package using PIP:

pip install jupyter_sphinx_theme

Edit the "conf.py" configuration file to point to the jupyter theme:

# At the top.
from jupyter_sphinx_theme import *
init_theme()

# ...

# Comment out the `html_theme =` line