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 a982248 commit 030e06fCopy full SHA for 030e06f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.1.0a2 - 2021-04-08
4
+
5
+🐛 FIX: for nested docnames in sub-folders
6
7
## 0.1.0a1 - 2021-04-08
8
9
Initial alpha release, with hopefully stable and working API.
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.0a1"
+__version__ = "0.1.0a2"
from typing import TYPE_CHECKING
0 commit comments