|
|
|
@ -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), |
|
|
|
|