We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa13b7f commit 529c666Copy full SHA for 529c666
docs/generate_documentation.py
@@ -61,4 +61,6 @@
61
# update all paths to images and write to file
62
fp.write(rst_content.replace("docs/images", "./images"))
63
fp.flush()
64
- os.system(f"pandoc -s {fp.name} -o {f_name[:-3]}.html -c {css_file_name}")
+ os.system(
65
+ f"pandoc -s {fp.name} -o {f_name[:-3]}.html -c {css_file_name} --mathjax"
66
+ )
0 commit comments