Skip to content

Commit

Permalink
Use KaTeX 0.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 2, 2024
1 parent 296c71e commit aa48809
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/katex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: '20.0'
python-version: '3.10'
sphinx-version: '5.*'
katex-version: '0.16.9'
katex-version: '0.16.10'
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
python: "3.10"
nodejs: "20"
commands:
- npm install --global "[email protected].9"
- npm install --global "[email protected].10"
- pip install .
- pip install -r docs/requirements.txt
- python -m sphinx docs $READTHEDOCS_OUTPUT/html -b html -W -D master_doc=index -D extensions=sphinxcontrib.katex -D katex_prerender=1
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ all configuration entries are listed and their default values are shown.
.. code-block:: python
katex_css_path = \
'https://cdn.jsdelivr.net/npm/[email protected].9/dist/katex.min.css'
'https://cdn.jsdelivr.net/npm/[email protected].10/dist/katex.min.css'
katex_js_path = 'katex.min.js'
katex_autorender_path = 'auto-render.min.js'
katex_inline = [r'\(', r'\)']
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/auto-render.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sphinxcontrib/katex.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sphinxcontrib/katex.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


__version__ = '0.9.9'
katex_version = '0.16.9'
katex_version = '0.16.10'
filename_css = 'katex-math.css'
filename_autorenderer = 'katex_autorenderer.js'
SRC_DIR = Path(__file__).parent
Expand Down

0 comments on commit aa48809

Please sign in to comment.