diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-04-09 16:30:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 16:30:51 +0200 |
| commit | 7217e430706ce36897b7da0889247f70ab420fce (patch) | |
| tree | 7545f79fc62e013a98e79a037225a25a694f9fb0 /docs | |
| parent | 5e7f46991104a6583676c6c9319a81b6f9a4b151 (diff) | |
| parent | e7644271531a7ea4d784bbb586f9e2725c546fd4 (diff) | |
Merge pull request #1060 from return42/switch-md-parser
[mod] replace Markdown parser mistletoe by markdown-it-py
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5db9e8178..0e2244a2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -126,6 +126,10 @@ extensions = [ 'notfound.extension', # https://github.com/readthedocs/sphinx-notfound-page ] +myst_enable_extensions = [ + "replacements", "smartquotes" +] + suppress_warnings = ['myst.domains'] intersphinx_mapping = { |