Use pip<20.3 to fix ReadTheDocs builds (#5052)

This commit is contained in:
Adrián Chaves 2021-03-19 11:13:05 +01:00 committed by GitHub
parent 8e302f2906
commit 0dad0fce72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -12,5 +12,6 @@ python:
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
version: 3.8 # Keep in sync with .github/workflows/checks.yml
install:
- requirements: docs/pip.txt
- requirements: docs/requirements.txt
- path: .

3
docs/pip.txt Normal file
View File

@ -0,0 +1,3 @@
# In pip 20.3-21.0, the default dependency resolver causes the build in
# ReadTheDocs to fail due to memory exhaustion or timeout.
pip<20.3