From 835b5446e2ed60bda303d8316dc07615f552f345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Tue, 14 May 2024 17:23:14 +0000 Subject: [PATCH] Updated documentation compilation and test a minor change --- docs/developers-guide.md | 2 +- docs/myst_parser_hack.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/developers-guide.md b/docs/developers-guide.md index 8ccdaee33..04fa6c8a6 100644 --- a/docs/developers-guide.md +++ b/docs/developers-guide.md @@ -19,7 +19,7 @@ we can improve the process and/or this documentation. Installing for the first time ----------------------------- -Clone the repo and `cd` into it, as usual. +Clone the repo and `cd` into it, as usual: git clone https://github.com/UAlbertaALTLab/morphodict.git cd morphodict diff --git a/docs/myst_parser_hack.py b/docs/myst_parser_hack.py index cf048625e..7e191bd0c 100644 --- a/docs/myst_parser_hack.py +++ b/docs/myst_parser_hack.py @@ -1,3 +1,4 @@ # See https://github.com/executablebooks/MyST-Parser/pull/414 +# @fbanados: project refactored. Change in dependency. -from myst_parser.sphinx_parser import MystParser as Parser +from myst_parser.parsers.sphinx_ import MystParser as Parser