This is an automated email from the ASF dual-hosted git repository.
kojiromike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 0d0070977 AVRO-312: Fix Bug in Py Doc Build (#2381)
0d0070977 is described below
commit 0d00709770ed16d695c19f8129380fe9a5246a23
Author: Michael A. Smith <[email protected]>
AuthorDate: Tue Jul 25 18:18:44 2023 -0400
AVRO-312: Fix Bug in Py Doc Build (#2381)
---
lang/py/build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/lang/py/build.sh b/lang/py/build.sh
index a8f3febdb..1c0f188f1 100755
--- a/lang/py/build.sh
+++ b/lang/py/build.sh
@@ -56,6 +56,7 @@ doc() {
[[ -s VERSION.txt ]] || cp ../../share/VERSION.txt .
doc_dir="../../build/avro-doc-$(<VERSION.txt)/api/py"
python3 -m tox -e docs
+ mkdir -p "$doc_dir"
cp -a docs/build/* "$doc_dir"
}