Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jupyter/jupyter-sphinx-theme
A Sphinx theme for Jupyter and IPython documentation
https://github.com/jupyter/jupyter-sphinx-theme
Last synced: 27 days ago
JSON representation
A Sphinx theme for Jupyter and IPython documentation
- Host: GitHub
- URL: https://github.com/jupyter/jupyter-sphinx-theme
- Owner: jupyter
- License: bsd-3-clause
- Created: 2016-03-23T20:29:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T12:07:29.000Z (almost 4 years ago)
- Last Synced: 2024-09-28T04:21:59.472Z (about 1 month ago)
- Language: HTML
- Size: 1.97 MB
- Stars: 22
- Watchers: 7
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - jupyter/jupyter-sphinx-theme - A Sphinx theme for Jupyter and IPython documentation (others)
README
# 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
```