From 80569c60373f3e5957fcc599eea0979313b3e25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 2 Jun 2020 10:01:16 -0400 Subject: [PATCH] Add MyST markdown to be able to do admonitions (notes) Thanks to https://github.com/readthedocs/recommonmark/issues/189#issuecomment-637440853 comment by chrisjsewell --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 54de166..7f023b5 100644 --- a/conf.py +++ b/conf.py @@ -44,6 +44,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'recommonmark', + 'myst_parser', ] # Add any paths that contain templates here, relative to this directory.