Skip to content

Commit

Permalink
doc: enable MyST extensions attrs_block, deflist
Browse files Browse the repository at this point in the history
  • Loading branch information
jjokella committed Jan 23, 2025
1 parent 2ba87a4 commit 7031903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@
myst_enable_extensions = [
"amsmath", # LaTeX equations
"dollarmath", # Inline LaTex
"attrs_block", # Attribution in quotations
"deflist", # Definition lists
]

0 comments on commit 7031903

Please sign in to comment.