We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a0cdc commit fcf1e61Copy full SHA for fcf1e61
scripts/build-documentation.sh
@@ -13,7 +13,7 @@ cd "$HERE"/../hypothesis-python
13
14
if [ -e RELEASE.rst ] ; then
15
trap "git checkout docs/changes.rst src/hypothesis/version.py" EXIT
16
- $PYTHON scripts/update-changelog-for-docs.py
+ $PYTHON ../scripts/update-changelog-for-docs.py
17
fi
18
19
export PYTHONPATH=src
0 commit comments