Skip to content

Commit b68b0c8

Browse files
committed
Fix readthedocs config
1 parent 6fedf80 commit b68b0c8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.11"
13-
install:
14-
- method: pip
15-
path: .
13+
14+
# Install the package using pip
15+
python:
16+
install:
17+
- method: pip
18+
path: .
1619

1720
# Build documentation in the docs/ directory with Sphinx
1821
sphinx:

0 commit comments

Comments
 (0)