Releases: jurasofish/sphinx-toggleprompt
Releases · jurasofish/sphinx-toggleprompt
V0.5.2
V0.5.1
- Correctly bump package version
V0.5.0
- Updated the main javascript code to match that from the official Python docs theme
This is more or less a complete rewrite, and notably no longer relies on jquery. - Support Sphinx 4.5.0 through 8.x (previously was 4.5.0 through 5.x).
- Support Python 3.9 through 3.12 (previously was 3.6 through 3.11).
V0.4.0
- Loosened max sphinx version to v6, up from v5.
- Enabled Python 3.11 in CI tests.
V0.3.1
- Fixed issue with pypi publishing
V0.3.0
- Dropped support for sphinx < 4.5.0. This is due to sphinx-doc/sphinx#10291
- Added tests for sphinx 5
- Modified sphinx dependency to be less than v6
V0.2.0
- Added
toggleprompt_default_hidden
config value to allow setting initial hidden/shown state.
V0.1.1
Maintenance release.
- Added tests for python 3.6 through 3.8
- Added tests for sphinx 4
- Restricted jinja2 dependency version to fix breaking changes introduced in version 3.1
Note the release for V1.0.0 was deleted due to a bad changelog.
V0.0.5
Merge pull request #10 from jurasofish/develop merge master for 0.0.5
V0.0.3
Prompt no longer user selectable.
New highlight div class.