From f3163bba6729b7bfd1e355f8b7f6670a6beb4715 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 11 Mar 2026 13:53:23 +0000 Subject: [PATCH] Disable docs build skipping until a better solution is found (#36790) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 366f9c8bc..1e479fd03 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ build: python: "3.12" jobs: post_checkout: - - bash docs/maybe_skip_pr_build.sh + # - bash docs/maybe_skip_pr_build.sh - git fetch origin main --unshallow --no-tags --filter=blob:none || true pre_create_environment: - pip install uv