Skip to content

Commit 1e67dfa

Browse files
committed
In rtd Install the current version of pip first
1 parent 6174514 commit 1e67dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ build:
66
python: "3.11"
77
jobs:
88
install:
9-
- pip install --group docs .
9+
- pip install .
10+
- pip install --group docs
1011

1112
sphinx:
1213
builder: dirhtml

0 commit comments

Comments
 (0)