From 2526492c139e83dea71aac714390b1f103395223 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Mon, 6 Dec 2021 10:32:56 -0500 Subject: [PATCH] doc: Use older mistune https://github.com/miyakogi/m2r/issues/66 Signed-off-by: David Galloway (cherry picked from commit ed2ad24a4ba3ad3f8103926bfea2466b9eb61222) --- admin/doc-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index 65efd49906e..1aaac3fd96f 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -8,3 +8,4 @@ sphinx-autodoc-typehints sphinx-prompt Sphinx-Substitution-Extensions typed-ast +mistune < 2.0.0 -- 2.47.3