This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new d180aab5e AVRO-3879: [Build][Python] Fix `./build.sh clean` to remove 
the generated Python documents (#2540)
d180aab5e is described below

commit d180aab5eb94b4af69c815533ee343a63cb871d9
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Oct 10 17:48:23 2023 +0900

    AVRO-3879: [Build][Python] Fix `./build.sh clean` to remove the generated 
Python documents (#2540)
---
 lang/py/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/py/build.sh b/lang/py/build.sh
index d022d67a6..000e048cf 100755
--- a/lang/py/build.sh
+++ b/lang/py/build.sh
@@ -31,6 +31,7 @@ clean() {
                  '.tox' \
                  'avro/test/interop' \
                  'dist' \
+                 'docs/build' \
                  'userlogs'
 }
 

Reply via email to