From 74b5cb3fbf5d01bb8fed68690bc6c43deb96fb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=BDubo=C5=A1=20Mjachky?= Date: Mon, 6 Dec 2021 16:52:13 +0100 Subject: [PATCH] Set an upper bound for mistune This temporary change is required to resolve issues in the CI pipeline (docs runner). The change is inspired by https://github.com/miyakogi/m2r/issues/66. [noissue] --- templates/docs/doc_requirements.txt.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/docs/doc_requirements.txt.j2 b/templates/docs/doc_requirements.txt.j2 index 95bd62b4..61a696f3 100644 --- a/templates/docs/doc_requirements.txt.j2 +++ b/templates/docs/doc_requirements.txt.j2 @@ -9,3 +9,4 @@ sphinx<1.8.0 sphinx-rtd-theme sphinxcontrib-openapi towncrier +mistune<2.0.0