From ce22f5f22117acc6691213e9fe8385dbe99cf6db Mon Sep 17 00:00:00 2001 From: Jihyun Kang Date: Wed, 27 Mar 2024 15:48:13 +0900 Subject: [PATCH] update: requirements and configuration module with new pkg `myst-parser` --- docs/conf.py | 2 +- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c4e5da0..6e4b890 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'recommonmark' + "myst_parser" ] # The file extensions of source files. diff --git a/docs/requirements.txt b/docs/requirements.txt index 007af0c..683a5a5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx>=3.0.4 -recommonmark>=0.6.0 sphinx_rtd_theme>=0.4.3 sphinx-intl>=2.0.1 +myst-parser>=2.0.0