This is an automated email from the ASF dual-hosted git repository.
tison 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 3a0e25997a2 Update Python API document generate guide ref
3a0e25997a2 is described below
commit 3a0e25997a27b853ce3073ff6593183c3577275f
Author: tison <[email protected]>
AuthorDate: Thu Nov 17 08:56:50 2022 +0800
Update Python API document generate guide ref
Signed-off-by: tison <[email protected]>
---
site2/website-next/contribute/release-process.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/website-next/contribute/release-process.md
b/site2/website-next/contribute/release-process.md
index 6de8ec445dc..d3d2e4446ee 100644
--- a/site2/website-next/contribute/release-process.md
+++ b/site2/website-next/contribute/release-process.md
@@ -408,7 +408,7 @@ Then you can run `twin upload` to upload those wheel files.
After publishing the python client docs, run the following script from the
apache/pulsar-site `main` branch:
```shell
-PULSAR_VERSION=2.X.Y ./site2/tools/api/python/build-docs-in-docker.sh
+PULSAR_VERSION=2.X.Y ./site2/tools/apidoc/python/pdoc-generator.sh
```
Note that it builds the docs within a docker image, so you'll need to have
docker running.