Skip to content
Snippets Groups Projects
Unverified Commit b642a80d authored by mmcky's avatar mmcky Committed by GitHub
Browse files

RELEASE: Setup and Changes for v0.12.1 (#1542)

parent 835f127d
No related branches found
Tags v0.12.1
No related merge requests found
# Change Log
## v0.12.1
This release provides bug fixes and updates when building PDF via LaTeX including improved styling for
code output cells. It also includes infrastructure for using Jupyter Book with ReadTheDocs.
## New
- ✨ NEW: Allow running on ReadTheDocs [PR #1422](https://github.com/executablebooks/jupyter-book/pull/1422)
- ✨ NEW: Upgrade to sphinx-jupyterbook-latex~=0.4.6 [PR #1538](https://github.com/executablebooks/jupyter-book/pull/1538)
## v0.12.0
### New
......
"""Build a book with Jupyter Notebooks and Sphinx."""
from pathlib import Path
__version__ = "0.12.0"
__version__ = "0.12.1"
def add_static_files(app, config):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment