This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3b48c6b8b45 Make generated python docs go to website-next directory
(#185)
3b48c6b8b45 is described below
commit 3b48c6b8b45a1741dde639cf693046fa9b1ce2d3
Author: Michael Marshall <[email protected]>
AuthorDate: Mon Aug 29 14:06:02 2022 -0700
Make generated python docs go to website-next directory (#185)
Put generated python docs into the `website-next` directory, as @tisonkun
explains in this comment
https://github.com/apache/pulsar-site/pull/182#issuecomment-1230199254.
---
site2/tools/api/python/generate-python-client-docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/tools/api/python/generate-python-client-docs.sh
b/site2/tools/api/python/generate-python-client-docs.sh
index ee1f9e89bce..1a69e0f4f4c 100755
--- a/site2/tools/api/python/generate-python-client-docs.sh
+++ b/site2/tools/api/python/generate-python-client-docs.sh
@@ -27,4 +27,4 @@ python -m pip install --upgrade pip
pip install pdoc
pip install pulsar-client==${PULSAR_VERSION}
-pdoc pulsar -o /pulsar/site2/website/static/api/python/${PULSAR_VERSION}
\ No newline at end of file
+pdoc pulsar -o /pulsar/site2/website-next/static/api/python/${PULSAR_VERSION}