Motivation
As far as I know, in both #624 and #278, the failure of FORD document deployment occurs, which is often caused by the features and version updates of FORD.
Determining the appropriate FORD version for stdlib in stages will help new contributors are less likely to face FORD CI failures due to FORD version updates.
Prior Art
|
brew install -f --force-bottle --keep-tmp ford |
We can use:
pip install -v ford==6.1.10
Additional Information
Motivation
As far as I know, in both #624 and #278, the failure of FORD document deployment occurs, which is often caused by the features and version updates of FORD.
Determining the appropriate FORD version for stdlib in stages will help new contributors are less likely to face FORD CI failures due to FORD version updates.
Prior Art
stdlib/.github/workflows/doc-deployment.yml
Line 37 in c6b54e1
We can use:
Additional Information