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 d42cb06 commit 9f5e42fCopy full SHA for 9f5e42f
1 file changed
docs/build.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
if [[ ! -f "../pyproject.toml" ]]; then
4
- echo "WTF"
+ echo "Please run from the docs diectory."
5
exit 1
6
fi
7
0 commit comments