From d7241cf3fdbe1f5b266a3079c3193bf5de7f6f3d Mon Sep 17 00:00:00 2001 From: rowanreader <33907861+rowanreader@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:38:27 -0400 Subject: [PATCH] Update conf.py --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +]