We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf60bed commit d073b8aCopy full SHA for d073b8a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 0.1.0a7 - 2021-04-18
4
+
5
+- 👌 IMPROVE: Parsing `MalformedError` messages
6
+- 👌 IMPROVE: jupyter-book migration
7
+ - Better conversion validation
8
+ - Move `options` key above `parts`/`chapters`/`sections` key
9
10
## 0.1.0a6 - 2021-04-18
11
12
- 👌 IMPROVE: Add `ensure_index_file` event on build completion
sphinx_external_toc/__init__.py
@@ -1,6 +1,6 @@
"""A sphinx extension that allows the site toctree to be defined in a single file."""
-__version__ = "0.1.0a6"
+__version__ = "0.1.0a7"
from typing import TYPE_CHECKING
0 commit comments