8000 RtD docs previews: Cancel building PRs if no changes in Doc dir by hugovk · Pull Request #104100 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

RtD docs previews: Cancel building PRs if no changes in Doc dir #104100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 24, 2023
Merged
Prev Previous commit
Fix indent
  • Loading branch information
hugovk committed May 23, 2023
commit 786eee1d8db08ac9babeae278153ac431e0373ca
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
then
echo "No changes to Doc/ - exiting the build.";
exit 183;
fi
fi

- make -C Doc venv html
- mkdir _readthedocs
Expand Down
0