diff --git a/docs/conf.py b/docs/conf.py index d591784..1df3999 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,6 +16,7 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) +import myst_parser # -- Project information ----------------------------------------------------- @@ -39,6 +40,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ + "myst_parser" ] # Add any paths that contain templates here, relative to this directory. @@ -157,4 +159,4 @@ (master_doc, 'iCVMapp3r', 'iCVMapp3r Documentation', author, 'iCVMapp3r', 'One line description of project.', 'Miscellaneous'), -] \ No newline at end of file +]