michaeljmarshall opened a new pull request #14835: URL: https://github.com/apache/pulsar/pull/14835
Master Issue: #14824 ### Motivation In #14828, I tried to fix the python client docs. The correction partially succeeded. In looking at the `asf-site`, I noticed that the docs were not in the correct location and they were duplicated. I subsequently learned that docusaurus actually copies all content in the `static` directory to the `build/` output directory. Therefore, there is no need to copy the docs in the `build` script. The docs just have to be output in the correct location. ### Modifications * Move the docs created in https://github.com/apache/pulsar/pull/14788 from `python-client` to `api/python` so that they will properly render on the website. I already made this change on the `asf-site` branch here to ensure that the current website renders correctly: 53271f1894cc091b9f26af3fca8838a3712dc705. * Update the python client doc creation script. ### Verifying this change I ran the appropriate scrips to ensure that the site is built and rendered as expected. You can view the current state of the 2.9.1 docs here: https://pulsar.apache.org/api/python/2.9.1/pulsar.html. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
