We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbf1b9 commit 5eee967Copy full SHA for 5eee967
1 file changed
.readthedocs.yaml
@@ -9,10 +9,11 @@ build:
9
os: ubuntu-24.04
10
tools:
11
python: "3.13"
12
- install:
13
- # Since the install step is overridden, pip is no longer updated automatically.
14
- - pip install --upgrade pip
15
- - pip install --group 'docs'
+ jobs:
+ install:
+ # Since the install step is overridden, pip is no longer updated automatically.
+ - pip install --upgrade pip
16
+ - pip install --group 'docs'
17
18
19
# Build documentation in the "docs/" directory with Sphinx
0 commit comments