Please add the possibility to specify the pip version in the readme. It seems that newer versions (22.0.1>
) break compatibility:
https://github.com/readthedocs/readthedocs.org/issues/8864
As an example, it could look like this:
---
python_version: 3.8.9
pip_version: 21.3.1
---