Skip to content

Commit c9428cc

Browse files
committed
fixup! Rewrite RTD configuration to use build.jobs rather than build.commands
Add explicit local branch name needed in backports
1 parent e4aa5df commit c9428cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build:
2424
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ];
2525
then
2626
base_branch=main;
27-
git fetch --depth=50 origin $base_branch;
27+
git fetch --depth=50 origin $base_branch:origin/$base_branch;
2828
for attempt in $(seq 10);
2929
do
3030
if ! git merge-base HEAD origin/$base_branch;

0 commit comments

Comments
 (0)