Skip to content

Commit c1d7cc6

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 c1d7cc6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-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

docs/requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# keep these in sync with setup.cfg
2+
sphinx
3+
jaraco.packaging>=6.1
4+
rst.linker>=1.9

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)