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:
Simon Hausmann 2021-07-01 10:30:47 +02:00
parent 1b9b583e3c
commit 888a1296fe
2 changed files with 9 additions and 2 deletions

View file

@ -10,7 +10,7 @@ breathe = "*"
sphinx-rtd-theme = "*"
sphinx = "*"
exhale = "*"
recommonmark = "*"
myst_parser = "*"
sphinx-markdown-tables = "*"
[requires]