Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 61fc55a

Browse files
committed
Pin mistune version to fix doc build error
Sphinx-openapi depends on m2r which pulls in mistune without specifying a version. Mistune has recently updated to 2.0.0 which includes some API changes which were not backwards compatible. Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
1 parent 79596c4 commit 61fc55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/sawtooth-build-docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ RUN apt-get update && apt-get install -y -q \
102102
&& rm -rf /var/lib/apt/lists/* \
103103
&& pip3 install \
104104
docutils==0.16 \
105+
mistune==0.8.4 \
105106
sphinx==4.0 \
106107
sphinxcontrib-httpdomain \
107108
sphinxcontrib-openapi \

0 commit comments

Comments
 (0)