This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new f4bb185 Fix Python docs generation script (#1484)
f4bb185 is described below
commit f4bb185357c4bc702588c2256c171ebce818652d
Author: Luc Perkins <[email protected]>
AuthorDate: Sun Apr 1 20:10:47 2018 -0700
Fix Python docs generation script (#1484)
---
site/scripts/python-doc-gen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/scripts/python-doc-gen.sh b/site/scripts/python-doc-gen.sh
index a47c931..cacea1b 100755
--- a/site/scripts/python-doc-gen.sh
+++ b/site/scripts/python-doc-gen.sh
@@ -27,7 +27,7 @@ pip install pulsar-client
INPUT=$ROOT_DIR/pulsar-client-cpp/python/pulsar.py
DESTINATION=$ROOT_DIR/site/api/python
-PYTHONPATH=pulsar-client-cpp/python pdoc $INPUT \
+PYTHONPATH=$ROOT_DIR/pulsar-client-cpp/python pdoc $INPUT \
--html \
--html-dir $DESTINATION
mv $DESTINATION/pulsar.m.html $DESTINATION/index.html
--
To stop receiving notification emails like this one, please contact
[email protected].