wyrde
2 years ago
3 changed files with 26 additions and 4 deletions
@ -0,0 +1,20 @@
|
||||
# conf.py |
||||
# https://docs.readthedocs.io/en/stable/config-file/v2.html |
||||
# https://docs.readthedocs.io/en/stable/guides/migrate-rest-myst.html |
||||
|
||||
|
||||
extensions = [ |
||||
# Your existing extensions |
||||
..., |
||||
"myst_parser", |
||||
] |
||||
myst_enable_extensions = [ |
||||
"amsmath", |
||||
"colon_fence", |
||||
"deflist", |
||||
"dollarmath", |
||||
"html_admonition", |
||||
"html_image", |
||||
"linkify", |
||||
"replacements", |
||||
"substitution"] |
Loading…
Reference in new issue