Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed May 3, 2024
1 parent 11af120 commit f4cbf7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/katex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Tests
run: |
python -m sphinx docs docs/_build/ -b html -W -C -D master_doc=index -D extensions=sphinxcontrib.katex -D katex_js_path="katex.non.js" -D katex_prerender=1 -vvv
python -m sphinx docs docs/_build/ -b html -W -C -D master_doc=index -D extensions=sphinxcontrib.katex -D katex_js_path=katex.non.js -D katex_prerender=1 -vvv
2 changes: 2 additions & 0 deletions sphinxcontrib/katex.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ def build_command(socket=None, port=None):
if KATEX_PATH:
print(f"DEBUG: add {KATEX_PATH=}")
cmd.extend(["--katex", str(KATEX_PATH)])
else:
print(f"DEBUG: add {KATEX_PATH=}")

return cmd

Expand Down

0 comments on commit f4cbf7a

Please sign in to comment.