We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa13b7f + 529c666 commit 53be3d0Copy full SHA for 53be3d0
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