Skip to content

Commit

Permalink
[useblocks#8] Latex equations rendered in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
kreuzberger committed Jul 28, 2023
1 parent f321ca2 commit 4e12460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
'sphinxcontrib.plantuml',
'sphinx_needs',
'sphinx.ext.autodoc',
'sphinx.ext.imgmath',

]

version = "1.0" # Will not be raised
Expand Down Expand Up @@ -74,6 +76,7 @@
local_plantuml_path = os.path.join(os.path.dirname(__file__), "../", "docs", "utils", "plantuml.jar")
plantuml = f"java -Djava.awt.headless=true -jar {local_plantuml_path}"

imgmath_image_format = 'svg'

def setup_jquery(app, exception):
"""
Expand Down

0 comments on commit 4e12460

Please sign in to comment.