We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3778583 commit 180082eCopy full SHA for 180082e
1 file changed
scripts/build-peps.sh
@@ -12,6 +12,8 @@ if [ ! -s pep-9999.rst ]; then
12
ln -s ../../../pre-pep.rst pep-9999.rst
13
fi
14
cd ..
15
-make html
+make html || true
16
rm -rf ../html
17
cp -r build ../html
18
+
19
+find .venv
0 commit comments