srkukarni commented on a change in pull request #4024: Fix the swagger files generated by removing troublesome class URL: https://github.com/apache/pulsar/pull/4024#discussion_r274236465
########## File path: site2/tools/python-doc-gen.sh ########## @@ -26,6 +26,8 @@ ROOT_DIR=$(git rev-parse --show-toplevel) # so that Pdoc can import the module find $ROOT_DIR -name CMakeCache.txt | xargs rm -f find $ROOT_DIR -name CMakeFiles | xargs rm -rf +find $ROOT_DIR -name PulsarApi.pb.h | xargs rm -rf Review comment: Not directly related to swagger, but these impede the building of the website. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services