We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5e42f commit 5a636a0Copy full SHA for 5a636a0
1 file changed
docs/build.sh
@@ -7,7 +7,7 @@ fi
7
8
TARGET=singlehtml
9
10
-python3 -m venv .docs_venv
+python3 -m venv --clear .docs_venv
11
12
echo "Installing dependencies"
13
.docs_venv/bin/pip install sphinx myst_parser
0 commit comments