Skip to content

Commit c7b867c

Browse files
committed
Add sphinxcontrib-katex
Signed-off-by: Charlie Truong <[email protected]>
1 parent ba814df commit c7b867c

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"sphinx.ext.doctest", # Allows testing in docstrings
4040
"sphinx.ext.napoleon", # For google style docstrings
4141
"sphinx_copybutton", # For copy button in code blocks
42+
"sphinxcontrib.katex", # For KaTeX math rendering
4243
]
4344

4445
templates_path = ["_templates"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ docs = [
7272
"sphinx-autobuild>=2024.10.3",
7373
"sphinx-autodoc2>=0.5.0",
7474
"sphinx-copybutton>=0.5.2",
75+
"sphinxcontrib-katex>=0.9.11",
7576
]
7677
test = [
7778
"coverage>=7.8.1",

uv.lock

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)