Add MyST markdown to be able to do admonitions (notes)

Thanks to https://github.com/readthedocs/recommonmark/issues/189#issuecomment-637440853
comment by chrisjsewell
This commit is contained in:
benjamin melançon 2020-06-02 10:01:16 -04:00
parent a7d56db04a
commit 80569c6037

View file

@ -44,6 +44,7 @@ extensions = [
'sphinx.ext.autodoc', 'sphinx.ext.autodoc',
'sphinx.ext.todo', 'sphinx.ext.todo',
'recommonmark', 'recommonmark',
'myst_parser',
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.