Browse Source

Add MyST-Parser extensions

pull/1/head
Andréas Livet 2 years ago
parent
commit
d379d8ed66
  1. 16
      docs/source/conf.py

16
docs/source/conf.py

@ -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…
Cancel
Save