We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 530f0d5 + f9975ea commit 4e83bb6Copy full SHA for 4e83bb6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.3.1 - 2022-11-25
4
+
5
+- ⬆️ UPGRADE: Support `sphinx5` [#85](https://github.com/executablebooks/sphinx-external-toc/pull/85)
6
7
## 0.3.0 - 2022-04-16
8
9
- ⬆️ UPGRADE: Drop python 3.6 support (#75)
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.3.0"
+__version__ = "0.3.1"
from typing import TYPE_CHECKING
0 commit comments