Closed
@zoziha

Description

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