diff --git a/docs/conf.py b/docs/conf.py index 068f147b..66f44f94 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,6 +36,7 @@ 'sphinx.ext.intersphinx', 'sphinx.ext.mathjax', 'sphinx.ext.napoleon', + 'myst_parser', ] # Add any paths that contain templates here, relative to this directory. @@ -44,7 +45,7 @@ # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # -source_suffix = ['.rst', '.md', '.ipynb'] +source_suffix = ['.rst', '.md'] # The master toctree document. master_doc = 'index' diff --git a/docs/requirements-doc.txt b/docs/requirements-doc.txt index 9855baa8..b417f66b 100644 --- a/docs/requirements-doc.txt +++ b/docs/requirements-doc.txt @@ -2,3 +2,4 @@ Sphinx>=1.7 sphinx-book-theme mock moto +myst-parser