https://github.com/msmbuilder/msmb_theme
Slight modification of sphinx_rtd_theme
https://github.com/msmbuilder/msmb_theme
Last synced: 3 months ago
JSON representation
Slight modification of sphinx_rtd_theme
- Host: GitHub
- URL: https://github.com/msmbuilder/msmb_theme
- Owner: msmbuilder
- License: mit
- Created: 2014-12-03T23:47:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T20:05:31.000Z (over 9 years ago)
- Last Synced: 2025-12-16T15:26:33.594Z (6 months ago)
- Language: Python
- Homepage:
- Size: 556 KB
- Stars: 4
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`msmb_theme`
============
This applies slight modifications to `sphinx_rtd_theme`. It needs the
aforementioned theme to be installed.
### Modifications
- Styling tweaks in `msmb.css`
- Styling for Jupyter notebooks
### Jupyter CSS
Jupyter css is committed to this repository. It is slightly modified from
the upstream stylesheet. You can regenerate `jupyer.min.css`:
- Ensure the `notebook/` submodule is initialized.
- Apply `wrap-notebook-css.patch` to it.
- Run `compile_jupyter_less.py` to turn the patched `less` files into
`css`.