- Support the ``substitution-code`` role in MyST documents. - Support the ``substitution-download`` role in MyST documents. - Drop support for Python 3.10.
2025.01.02
----------
- Supports situations where there is no source file name available to the extension, such as when using ``sphinx_toolbox.rest_example``.
2024.10.17
----------
- Support Python 3.13. - In MyST documents, support the ``myst_sub_delimiters`` option. This means you can use the ``{{replace-me}}`` syntax in MyST documents.
2024.08.06
------------
- Bump the minimum supported version of Sphinx to 7.3.5. - Remove support for ``sphinx-prompt``. Please create a GitHub issue if you have a use case for this extension which is not covered by the built-in Sphinx functionality.
2024.02.25
------------
- Add ``substitution-download`` role.
2024.02.24.1
------------
- Add support for MyST. Thanks to Václav Votípka (eNcacz) for the contribution.