File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+
3
+ ## 0.1.0a1 - 2021-04-08
4
+
5
+ Initial alpha release, with hopefully stable and working API.
Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ intro:
310
310
311
311
Questions / TODOs :
312
312
313
+ - add migration CLI command for old jupyter-book format
313
314
- Should `titlesonly` default to `True` (as in jupyter-book)?
314
315
- nested numbered toctree not allowed (logs warning), so should be handled if `numbered : true` is in defaults
315
316
- Add additional top-level keys, e.g. `appendices` (see https://github.com/sphinx-doc/sphinx/issues/2502) and `bibliography`
Original file line number Diff line number Diff line change 1
1
"""A sphinx extension that allows the site toctree to be defined in a single file."""
2
2
3
- __version__ = "0.0.1 "
3
+ __version__ = "0.1.0a1 "
4
4
5
5
6
6
from typing import TYPE_CHECKING
You can’t perform that action at this time.
0 commit comments