Skip to content

Commit

Permalink
Manual: Enable some more MySt extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Nov 17, 2023
1 parent e1b64ec commit 5bd7b2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@

extensions = ["myst_parser", "sphinx_rtd_theme", "sphinx.ext.mathjax"]

myst_enable_extensions = ["dollarmath"]
myst_enable_extensions = [
"attrs_inline",
"dollarmath",
"smartquotes",
"strikethrough",
]

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "README.md"]
Expand Down

0 comments on commit 5bd7b2d

Please sign in to comment.