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 4760e95 commit 141da25Copy full SHA for 141da25
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.1.0a5 - 2021-04-10
4
+
5
+🐛 FIX: `numbered: true`, this was being equated to `numbered: 1` rather than `numbered: 999` (i.e. infinite depth).
6
7
## 0.1.0a4 - 2021-04-10
8
9
- ♻️ REFACTOR: Move parsing code to separate module
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.0a4"
+__version__ = "0.1.0a5"
from typing import TYPE_CHECKING
0 commit comments