This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch 0.20.5-incubating-site-changes
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/0.20.5-incubating-site-changes
by this push:
new 93b483abb08 remove python docs
93b483abb08 is described below
commit 93b483abb08d0cc6a2cc08112116a09613a02a33
Author: Josh Fischer <[email protected]>
AuthorDate: Sun Oct 23 08:15:25 2022 -0500
remove python docs
---
website2/website/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website2/website/Makefile b/website2/website/Makefile
index 38ddc9540ca..d125cb397c3 100644
--- a/website2/website/Makefile
+++ b/website2/website/Makefile
@@ -9,7 +9,7 @@ javadocs:
python-docs:
@scripts/python-doc-gen.sh 0.0.0
-buildsite: javadocs python-docs
+buildsite: javadocs
@scripts/build-site.sh
publish:
@@ -17,4 +17,4 @@ publish:
clean:
rm -rf static/api/*
- rm -rf build/*
\ No newline at end of file
+ rm -rf build/*