Skip to content

Commit 67fea6a

Browse files
authored
Avoid whole project installation in readthedocs (#9960)
1 parent 385df20 commit 67fea6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
jobs:
1313
install:
1414
- pip install --upgrade pip
15-
- pip install -e . --group docs
15+
- pip install --group docs
1616

1717
# Build documentation with Mkdocs
1818
mkdocs:

0 commit comments

Comments
 (0)