Skip to content

Commit 334b439

Browse files
committed
🚀 RELEASE: v0.1.0a1
1 parent 6af7d61 commit 334b439

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Change Log
2+
3+
## 0.1.0a1 - 2021-04-08
4+
5+
Initial alpha release, with hopefully stable and working API.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ intro:
310310

311311
Questions / TODOs:
312312

313+
- add migration CLI command for old jupyter-book format
313314
- Should `titlesonly` default to `True` (as in jupyter-book)?
314315
- nested numbered toctree not allowed (logs warning), so should be handled if `numbered: true` is in defaults
315316
- Add additional top-level keys, e.g. `appendices` (see https://github.com/sphinx-doc/sphinx/issues/2502) and `bibliography`

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.0.1"
3+
__version__ = "0.1.0a1"
44

55

66
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)