From 6a57d425677cecfaebe11e21673826ff3c46a9cc Mon Sep 17 00:00:00 2001 From: Chris Frantz Date: Fri, 11 Oct 2024 08:38:18 -0700 Subject: [PATCH] [docs] Disable documentation rendering The documentation build is currently broken on the `earlgrey_es_sival` branch. The aparent cause is a missing DV report from the reports bucket. Addresses: #24772 Signed-off-by: Chris Frantz --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 661e6aef31e11..5820812cc8cd2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -159,8 +159,9 @@ jobs: - bash: ci/scripts/check_dv_sw_images.sh displayName: Check DV software images (Experimental) continueOnError: True - - bash: ci/scripts/build-docs.sh - displayName: Render documentation + # #24772 - Disabled documentation rendering. + #- bash: ci/scripts/build-docs.sh + # displayName: Render documentation # Define OT_DESTRUCTIVE=1 to enable ci/scripts/check-generated.sh to delete # uncommitted changes. - bash: OT_DESTRUCTIVE=1 ci/scripts/check-generated.sh