Skip to content

Commit 5eee967

Browse files
committed
Updated read-the-docs config to solve yaml hierarchy issue
1 parent 9dbf1b9 commit 5eee967

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ build:
99
os: ubuntu-24.04
1010
tools:
1111
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'
12+
jobs:
13+
install:
14+
# Since the install step is overridden, pip is no longer updated automatically.
15+
- pip install --upgrade pip
16+
- pip install --group 'docs'
1617

1718

1819
# Build documentation in the "docs/" directory with Sphinx

0 commit comments

Comments
 (0)