mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Manual: Enable some more MySt extensions
This commit is contained in:
parent
e1b64ec72d
commit
5bd7b2de02
1 changed files with 6 additions and 1 deletions
|
|
@ -15,7 +15,12 @@ author = "CP2K Developers"
|
|||
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue