Skip to content

A Sphinx theme for Jupyter and IPython documentation

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE.md
MIT
BOOTSTRAP_THEME_LICENSE.txt
Notifications You must be signed in to change notification settings

jupyter/jupyter-sphinx-theme

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