sijie 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_r274231211
########## 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: are these 2 lines related to swagger? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
