- FIX: rework 104 to support e.g. PDFHTML [105](https://github.com/executablebooks/sphinx-external-toc/pull/105) ([agoose77](https://github.com/agoose77)) - FIX: exit if non-html builder [104](https://github.com/executablebooks/sphinx-external-toc/pull/104) ([agoose77](https://github.com/agoose77)) - FIX: simple grammatical error in `index.md` [100](https://github.com/executablebooks/sphinx-external-toc/pull/100) ([kallewesterling](https://github.com/kallewesterling))
Maintenance and upkeep improvements
- MAINT: update changelog via github-activity [102](https://github.com/executablebooks/sphinx-external-toc/pull/102) ([agoose77](https://github.com/agoose77))
Other merged PRs
- Bump actions/setup-python from 4 to 5 [103](https://github.com/executablebooks/sphinx-external-toc/pull/103) ([dependabot](https://github.com/dependabot))
Contributors to this release
([GitHub contributors page for this release](https://github.com/executablebooks/sphinx-external-toc/graphs/contributors?from=2023-11-08&to=2023-12-12&type=c))
([GitHub contributors page for this release](https://github.com/executablebooks/sphinx-external-toc/graphs/contributors?from=2022-11-24&to=2023-12-04&type=c))
- ⬆️ UPGRADE: Support `sphinx5` [85](https://github.com/executablebooks/sphinx-external-toc/pull/85)
0.3.0
- ⬆️ UPGRADE: Drop python 3.6 support (75) - ♻️ REFACTOR: Replace `attrs` with built-in `dataclasses` (76) - 🐛 FIX: gettext builder compatibility - 🐛 FIX: Inserting toctree into empty document (77) - 🔧 MAINTAIN: Move from setuptools to flit, for PEP 621 packaging (74)
0.2.4
What's Changed
- ⬆️ UPGRADE: allow click v8 by lukasbindreiter in https://github.com/executablebooks/sphinx-external-toc/pull/69 - 📚: Fix ToC graphic link by ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/63 - 🔧 MAINTAIN: Updated parser docstrings by ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/61 - 🔧 MAINTAIN: Removed unused argument by ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/66 - 🔧 MAINTAIN: Updated `api` docstrings by ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/64 - 🔧: Docstring updates by ZviBaratz in https://github.com/executablebooks/sphinx-external-toc/pull/67
New Contributors
- ZviBaratz made their first contribution in https://github.com/executablebooks/sphinx-external-toc/pull/61 - lukasbindreiter made their first contribution in https://github.com/executablebooks/sphinx-external-toc/pull/69
🔧 MAINTAIN: Update `attrs` minimum version to `20.3`, when `value_serializer` was introduced (required here).
👌 IMPROVE: Changed document identification. The comparison of sitemaps and identification of changed documents to rebuild was improved and moved to `SiteMap.get_changed`.