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 11# 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:
310310
311311Questions / 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`
Original file line number Diff line number Diff line change 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
66from typing import TYPE_CHECKING
You can’t perform that action at this time.
0 commit comments