We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45bad4 commit 9981d11Copy full SHA for 9981d11
1 file changed
.readthedocs.yml
@@ -24,7 +24,7 @@ build:
24
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ];
25
then
26
base_branch=3.14;
27
- git fetch --depth=50 origin $base_branch;
+ git fetch --set-upstream --depth=50 origin $base_branch;
28
for attempt in $(seq 10);
29
do
30
if ! git merge-base HEAD origin/$base_branch;
0 commit comments