From ca03dca369d2e7ed55d2f2a339fa9b4e9f41667d Mon Sep 17 00:00:00 2001 From: felix-wang <35718120+numb3r3@users.noreply.github.com> Date: Tue, 19 Jul 2022 09:50:03 +0800 Subject: [PATCH] chore: fix markdown-table extention (#772) * chore: fix markdown-table extention * chore: minor revision --- docs/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 4601ef04d..a04b1d821 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,5 @@ +# cf. https://github.com/ryanfox/sphinx-markdown-tables/issues/36 +markdown<3.4.0 sphinx sphinx-argparse==0.3.1 sphinxcontrib-apidoc==0.3.0 @@ -13,4 +15,4 @@ myst-parser==0.15.1 sphinx-design sphinx-inline-tabs # sphinx-multiversion -git+https://github.com/Holzhaus/sphinx-multiversion.git +git+https://github.com/Holzhaus/sphinx-multiversion.git \ No newline at end of file