Skip to content

Commit 21b2831

Browse files
committed
🚀 RELEASE: v0.1.0a6
1 parent 31e5618 commit 21b2831

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.1.0a6 - 2021-04-18
4+
5+
- 👌 IMPROVE: Add `ensure_index_file` event on build completion
6+
- ♻️ REFACTOR: Rename key: `parts` -> `subtrees`
7+
- ♻️ REFACTOR: `sections` -> `items`, and add `format`
8+
- The `format` key adds key-mapping for jupyter-book support.
9+
- ♻️ REFACTOR: API naming: renamed to be more general:
10+
- `DocItem` -> `Document`
11+
- `DocItem.parts` -> `Document.subtrees`
12+
- `TocItem` -> `TocTree`
13+
- `TocItem.sections` -> `TocTree.items`
14+
315
## 0.1.0a5 - 2021-04-10
416

517
🐛 FIX: `numbered: true`, this was being equated to `numbered: 1` rather than `numbered: 999` (i.e. infinite depth).

sphinx_external_toc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A sphinx extension that allows the site toctree to be defined in a single file."""
22

3-
__version__ = "0.1.0a5"
3+
__version__ = "0.1.0a6"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)