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 961b327 commit 5f0cbdcCopy full SHA for 5f0cbdc
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 0.2.2 - 2021-06-25
4
+
5
+🐛 FIX: File extensions in ToC
6
7
+Ensure files are still matched, if they are provided with file extensions.
8
9
## 0.2.1 - 2021-06-16
10
11
- ⬆️ UPDATE: Relax dependency pinning to allow Sphinx v4
sphinx_external_toc/__init__.py
@@ -1,6 +1,6 @@
"""A sphinx extension that allows the project toctree to be defined in a single file."""
-__version__ = "0.2.1"
+__version__ = "0.2.2"
from typing import TYPE_CHECKING
0 commit comments