Add MyST-Parser extensions
This commit is contained in:
parent
5842fad45d
commit
d379d8ed66
1 changed files with 16 additions and 0 deletions
|
|
@ -20,6 +20,22 @@ extensions = [
|
|||
'myst_parser',
|
||||
]
|
||||
|
||||
myst_enable_extensions = [
|
||||
"amsmath",
|
||||
"colon_fence",
|
||||
"deflist",
|
||||
"dollarmath",
|
||||
"fieldlist",
|
||||
"html_admonition",
|
||||
"html_image",
|
||||
"linkify",
|
||||
"replacements",
|
||||
"smartquotes",
|
||||
"strikethrough",
|
||||
"substitution",
|
||||
"tasklist",
|
||||
]
|
||||
|
||||
intersphinx_mapping = {
|
||||
'python': ('https://docs.python.org/3/', None),
|
||||
'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue