Skip to content

Commit 6fedf80

Browse files
committed
Install the project using pip when building docs
1 parent 4e5b90b commit 6fedf80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ build:
1010
os: ubuntu-22.04
1111
tools:
1212
python: "3.11"
13+
install:
14+
- method: pip
15+
path: .
1316

1417
# Build documentation in the docs/ directory with Sphinx
1518
sphinx:

0 commit comments

Comments
 (0)