Skip to content

Commit 116cb77

Browse files
committed
Fix docs build bug
1 parent 89d6c50 commit 116cb77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: "3.12"
7-
commands:
8-
- pip install -e .
9-
- pip install -e ".[docs]"
7+
jobs:
8+
install:
9+
- pip install -e .
10+
- pip install -e ".[docs]"
1011

1112
mkdocs:
1213
configuration: mkdocs.yml

0 commit comments

Comments
 (0)