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

:rocket: RELEASE: Preparation for jupyter-book==0.11.2 (#1391)


* RELEASE: Preparation for jupyter-book=0.11.2

* update CHANGELOG for upgrade to sphinx-jupyterbook-latex

* Update CHANGELOG.md

Co-authored-by: default avatarChris Holdgraf <choldgraf@berkeley.edu>

Co-authored-by: default avatarChris Holdgraf <choldgraf@berkeley.edu>
parent ea70c37f
No related branches found
No related tags found
No related merge requests found
# Change Log # Change Log
## v0.11.2
This release introduces [sphinx-multitoc-numbering](https://github.com/executablebooks/sphinx-multitoc-numbering) for consistent numbering across a `part/chapter` book structure. It also includes improvements to `pdflatex` output, updates to the documentation and various maintenance tasks.
### New
- [html] Add `sphinx-multitoc-numbering` package to provide consistent numbering when organising a book by `parts` and `chapters`.
This is enabled by **default*** but can be switched off in [the _config.yml file](https://jupyterbook.org/structure/configure.html?highlight=sphinx%20multitoc%20numbering#number-your-chapters-and-sections). [[PR #1326](https://github.com/executablebooks/jupyter-book/pull/1326)]
### Upgrade
- [pdflatex] UPGRADE: Upgrade to `sphinx-jupyterbook-latex==0.4.2` which enables support for the `tableofcontents` directives and improvements
to `pdf` compilation via `LaTeX`.
## v0.11.1 ## v0.11.1
This release included two minor patches brought in via updates to `sphinx-external-toc` and `jupyterbook-latex`. This release included two minor patches brought in via updates to `sphinx-external-toc` and `jupyterbook-latex`.
......
"""Build a book with Jupyter Notebooks and Sphinx.""" """Build a book with Jupyter Notebooks and Sphinx."""
from pathlib import Path from pathlib import Path
__version__ = "0.11.1" __version__ = "0.11.2"
def add_static_files(app, config): 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