From 00e5988c9a57c2743a9997a87f5586189c1f0c84 Mon Sep 17 00:00:00 2001 From: Andrew Kalik Date: Sun, 3 Oct 2021 07:17:34 -0700 Subject: [PATCH 1/2] replace recommonmark with myst-parser per issue #312 replacing recommonmark with myst-parser --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2058052..3b9cce8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ sphinx==4.1.2 sphinx-autodoc-typehints==1.12.0 sphinxcontrib-mermaid==0.7.1 sphinx-typlog-theme==0.8.0 -recommonmark==0.7.1 +myst-parser 0.15.2 m2r2==0.3.1 tomlkit==0.7.2 From 88e5b9cfd73cecb0fd41bdc486fe62b163d8a2f3 Mon Sep 17 00:00:00 2001 From: Andrew Kalik Date: Sun, 3 Oct 2021 07:22:29 -0700 Subject: [PATCH 2/2] deprecate recommonmark replace with myst-parser missing == sign for version! --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3b9cce8..4b20271 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ sphinx==4.1.2 sphinx-autodoc-typehints==1.12.0 sphinxcontrib-mermaid==0.7.1 sphinx-typlog-theme==0.8.0 -myst-parser 0.15.2 +myst-parser==0.15.2 m2r2==0.3.1 tomlkit==0.7.2