Skip to content

Commit

Permalink
Add MyST extensions colon_fence and html_admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
edparcell committed Aug 30, 2024
1 parent 849301d commit 22399be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
'myst_parser'
]

myst_enable_extensions = [
"colon_fence",
"html_admonition",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 22399be

Please sign in to comment.