Skip to content

Commit e2a6a08

Browse files
committed
Copy docs requirements to a separate file due to RTD constraints. Fixes #2001. Ref readthedocs/readthedocs.org#6662
1 parent 43edec2 commit e2a6a08

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.readthedocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ python:
22
version: 3
33
extra_requirements:
44
- docs
5-
pip_install: true
5+
pip_install: false
6+
requirements: docs/requirements.txt

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ tests =
7474
pip>=19.1 # For proper file:// URLs support.
7575

7676
docs =
77+
# Keep these in sync with docs/requirements.txt
7778
sphinx
7879
jaraco.packaging>=6.1
7980
rst.linker>=1.9

0 commit comments

Comments
 (0)