Skip to content

Commit 67b3661

Browse files
[ci] Remove the editable install from the doc requirements (#10310)
If a package is installed twice it makes pip fail now
1 parent 21cf77e commit 67b3661

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sphinx:
88

99
python:
1010
install:
11-
- requirements: doc/requirements.txt
11+
- requirements: doc/readthedoc_requirements.txt
1212

1313
build:
1414
os: ubuntu-22.04

doc/readthedoc_requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r requirements.txt
2+
-e .

doc/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ Sphinx==8.2.3
22
sphinx-reredirects<1
33
towncrier~=24.8
44
furo==2024.8.6
5-
-e .

0 commit comments

Comments
 (0)