Skip to content

Commit 607817f

Browse files
committed
Work around Read the Docs wildcard escaping issues
Use an explicit list of remote branches with release notes instead of a wildcard which is behaving differently on Read the Docs than locally. Also remove true fallback to fail early.
1 parent f087cb9 commit 607817f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ build:
1313
python: "3.7"
1414
jobs:
1515
post_checkout:
16-
- git remote set-branches origin '\*' || true
17-
- git fetch --unshallow || true
16+
- git remote set-branches origin master stackhpc/yoga stackhpc/xena stackhpc/wallaby
17+
- git fetch --unshallow
1818

1919
# Build documentation in the doc/source/ directory with Sphinx
2020
sphinx:

0 commit comments

Comments
 (0)