diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cb16713..47633cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,15 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 0.9.10 (2024-05-16) +--------------------------- + +* Changed: use KaTeX 0.16.10 +* Fixed: consider config value ``katex_js_path`` + as path to KaTeX javascript file + when pre-rendering is selected + + Version 0.9.9 (2023-10-16) -------------------------- diff --git a/sphinxcontrib/katex.py b/sphinxcontrib/katex.py index fa8d735..2eb1db0 100644 --- a/sphinxcontrib/katex.py +++ b/sphinxcontrib/katex.py @@ -33,7 +33,7 @@ from sphinx.util.osutil import copyfile -__version__ = '0.9.9' +__version__ = '0.9.10' katex_version = '0.16.10' filename_css = 'katex-math.css' filename_autorenderer = 'katex_autorenderer.js'