diff --git a/source/conf.py b/source/conf.py
index ed95e5d715b98c36be7b8358f90487f9de3dc355..b55d3eca97472e9972f0722fe802603329487665 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -35,6 +35,7 @@ version = "0.1.0"
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
 
 extensions = [
+    "myst_parser",
     "sphinx.ext.duration",
     "sphinx.ext.doctest",
     "sphinx.ext.autodoc",
@@ -42,6 +43,7 @@ extensions = [
     "sphinx_rtd_size",
     "sphinx.ext.intersphinx",
 ]
+
 master_doc = "index"
 intersphinx_mapping = {
     "python": ("https://docs.python.org/3/", None),