Skip to content

Commit 682a9fa

Browse files
committed
try pre_install
1 parent 7b582cd commit 682a9fa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.12"
13-
commands:
14-
- python -m pip install --upgrade pip
15-
- pip install --group docs
13+
jobs:
14+
pre_install:
15+
- python -m pip install --upgrade pip
16+
- pip install --group docs
1617

1718
# Build documentation in the docs/ directory with Sphinx
1819
sphinx:

0 commit comments

Comments
 (0)