Skip to content

Commit 25136d3

Browse files
authored
🚀 RELEASE: Updates in preparation for v0.11.3 release (jupyter-book#1437)
* RELEASE: Updates in preparation for v0.11.3 release * update link to sphinx-book-theme CHANGELOG
1 parent a8ab90c commit 25136d3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## v0.11.3
4+
5+
This release enables the use of the [singlehtml builder](https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.singlehtml.SingleFileHTMLBuilder) and updates [sphinx-thebe](https://github.com/executablebooks/sphinx-thebe) and [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme)
6+
7+
### New
8+
9+
1. [builders] Add access to the [singlehtml](https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.singlehtml.SingleFileHTMLBuilder) builder via the CLI [[PR #1418](https://github.com/executablebooks/jupyter-book/pull/1418)]
10+
11+
### Upgrade
12+
13+
1. [sphinx-thebe](https://sphinx-thebe.readthedocs.io/en/latest/changelog.html#v0-0-10-2021-08-24) is now version `0.0.10`
14+
2. [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md#v013---2021-08-25) is now version `0.1.3`
15+
16+
317
## v0.11.2
418

519
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.

jupyter_book/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Build a book with Jupyter Notebooks and Sphinx."""
22
from pathlib import Path
33

4-
__version__ = "0.11.2"
4+
__version__ = "0.11.3"
55

66

77
def add_static_files(app, config):

0 commit comments

Comments
 (0)