We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374e416 commit 8039ea2Copy full SHA for 8039ea2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.1.0a3 - 2021-04-09
4
+
5
+👌 IMPROVE: `toc.yml` validation
6
7
## 0.1.0a2 - 2021-04-08
8
9
🐛 FIX: for nested docnames in sub-folders
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.0a2"
+__version__ = "0.1.0a3"
from typing import TYPE_CHECKING
0 commit comments