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 0af3f79 commit b17f955Copy full SHA for b17f955
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 0.1.0a8 - 2021-04-19
4
+
5
+- 👌 IMPROVE: validate URL: Ensure value of `url` keys match regex used by Sphinx to identify them
6
+- 🐛 FIX: `external_toc_path` with absolute path
7
8
## 0.1.0a7 - 2021-04-18
9
10
- 👌 IMPROVE: Parsing `MalformedError` messages
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.0a7"
+__version__ = "0.1.0a8"
from typing import TYPE_CHECKING
0 commit comments