Skip to content

Commit b66e5cb

Browse files
committed
🚑Work around RTD conf bug with docs requirements
Ref: readthedocs/readthedocs.org#5572
1 parent fb0a84c commit b66e5cb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.docs-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip >= 19.0.3

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ build:
88
python:
99
version: 3.7
1010
install:
11-
- method: pip
12-
path: pip >= 19.0.3
11+
- requirements: .docs-requirements.txt
12+
#- method: pip
13+
# path: pip >= 19.0.3
1314
- method: pip
1415
path: .
1516
extra_requirements:

0 commit comments

Comments
 (0)