mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Switch the markdown processor for C++ to myst_parser
According to https://github.com/readthedocs/recommonmark/issues/221 recommonmark is being phased out and myst_parser is actively maintained.
This commit is contained in:
parent
1b9b583e3c
commit
888a1296fe
2 changed files with 9 additions and 2 deletions
|
@ -10,7 +10,7 @@ breathe = "*"
|
|||
sphinx-rtd-theme = "*"
|
||||
sphinx = "*"
|
||||
exhale = "*"
|
||||
recommonmark = "*"
|
||||
myst_parser = "*"
|
||||
sphinx-markdown-tables = "*"
|
||||
|
||||
[requires]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue