Skip to content

Commit

Permalink
Fix pdf math rendering (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbittar authored May 15, 2024
1 parent 2912c95 commit f3b2b1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pdf-doc-generation-with-sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
# ones.
extensions = ["myst_parser"]

# For math parsing
myst_enable_extensions = ["dollarmath", "amsmath"]

# Auto-generated header anchors
myst_heading_anchors = 4

Expand Down

0 comments on commit f3b2b1b

Please sign in to comment.