mirror of https://github.com/scrapy/scrapy.git
Use pip<20.3 to fix ReadTheDocs builds (#5052)
This commit is contained in:
parent
8e302f2906
commit
0dad0fce72
|
|
@ -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: .
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue