sjwiesman opened a new pull request #8489: [FLINK-12560][Docs] Documentation language build flags URL: https://github.com/apache/flink/pull/8489 ## What is the purpose of the change Most documentation writers are only ever focused on one language at a time. Adding language-specific build flags can dramatically reduce render time during local development. We add two new flags to the build script -e: Only build English documentation -z: Only build Chinese documentation ## Verifying this change Benchmarking on a MacBook Pro Full clean builds ./build.sh: 176 seconds ./build.sh -e: 96 seconds ./build.sh -z: 62 seconds Incremental Builds after changing one file ./build.sh -pi : 6.2 seconds ./build.sh -pie : 3.1 seconds
---------------------------------------------------------------- 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
