mirror of
https://github.com/scrapy/scrapy.git
synced 2025-03-15 21:11:36 +00:00
docs: require sphinx-rtd-theme>=0.5.2 and the latest pip to prevent installing breaking docutils>=0.17
This commit is contained in:
parent
e63188cbf7
commit
5a75b14a5f
@ -12,6 +12,5 @@ python:
|
|||||||
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
|
# https://docs.readthedocs.io/en/stable/config-file/v2.html#build-image
|
||||||
version: 3.8 # Keep in sync with .github/workflows/checks.yml
|
version: 3.8 # Keep in sync with .github/workflows/checks.yml
|
||||||
install:
|
install:
|
||||||
- requirements: docs/pip.txt
|
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
- path: .
|
- path: .
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
# 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
|
|
@ -1,4 +1,4 @@
|
|||||||
Sphinx>=3.0
|
Sphinx>=3.0
|
||||||
sphinx-hoverxref>=0.2b1
|
sphinx-hoverxref>=0.2b1
|
||||||
sphinx-notfound-page>=0.4
|
sphinx-notfound-page>=0.4
|
||||||
sphinx_rtd_theme>=0.4
|
sphinx-rtd-theme>=0.5.2
|
Loading…
x
Reference in New Issue
Block a user