From 843e306b4362f524d119dbc5e4e42a0a47135747 Mon Sep 17 00:00:00 2001 From: Michael B Date: Thu, 27 Jul 2023 18:15:39 +0200 Subject: [PATCH] typo --- doc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build.sh b/doc/build.sh index 26e37df..c4b8286 100755 --- a/doc/build.sh +++ b/doc/build.sh @@ -5,7 +5,7 @@ set -e apt-get update apt-get -y install git rsync python3-pip -python3 -m pip install myst-parser==1.0.0 docutils=0.18 sphinx-rtd-theme sphinx==5.0 +python3 -m pip install myst-parser==1.0.0 docutils==0.18 sphinx-rtd-theme sphinx==5.0 pwd ls -lah git config --global --add safe.directory /__w/sniprun/sniprun