Skip to content

Commit

Permalink
AVRO-312: Fix Bug in Py Doc Build (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiromike authored Jul 25, 2023
1 parent d870f7b commit 0d00709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/py/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 0d00709

Please sign in to comment.