Disable documentation testing on Azure Pipelines to reduce duration by 57%?

Hey, everyone. I noticed that the “Documentation testing” and “Gallery testing” step take up more than 57% of the CI duration on https://dev.azure.com/scikit-image/scikit-image/_pipeline/analytics/duration?definitionId=1&contextType=build.

As we are already relying on build-docs.yml to maintain our dev docs and on CircelCI as the “ground truth” for checking the resulting HTML output I was wondering if we could skip this on Azure. 57% less, would be a significant reduction on one of our commonly longest running parts of our CI (I think the other commonly slow ones are the tests on macos-cp3.10). What do you think?