Skip to content

Commit

Permalink
Update sphinxcontrib/katex-server.js
Browse files Browse the repository at this point in the history
Co-authored-by: kalvdans <github@kalvdans.no-ip.org>
  • Loading branch information
hagenw and kalvdans authored May 6, 2024
1 parent dfa0378 commit 0523669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinxcontrib/katex-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let port = null;
// without `.js` at the end.
// The default points to the one bundled with the extension.
// Otherwise the file provided with the `katex_js_path`
// config setting is used.
// config setting is used. The path must start with "./".
let katex_path = "./katex.min";
process.argv.forEach(function(arg) {
if (value == "katex_path") {
Expand Down

0 comments on commit 0523669

Please sign in to comment.