From 8a36f24d3613d78e2c014c8e58d1746bc7c416be Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Thu, 6 Aug 2026 17:12:02 +0100 Subject: [PATCH] Make readthedocs config use wildcard --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d830e9eb10..57fb0e70a1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,7 @@ build: python: "3.12" jobs: post_checkout: - - git remote set-branches origin master stackhpc/2024.1 stackhpc/2023.1 stackhpc/zed stackhpc/yoga stackhpc/xena stackhpc/wallaby + - git remote set-branches --add origin "stackhpc/*" - git fetch --unshallow # Build documentation in the doc/source/ directory with Sphinx