Skip to content

Commit 156c313

Browse files
committed
Fix docs build
1 parent 3ca1d44 commit 156c313

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ version: 2
44
sphinx:
55
configuration: docs/conf.py
66

7-
# Optionally set the version of Python and requirements required to build your docs
7+
# Install the package itself to build docs
88
python:
99
install:
10-
- requirements: requirements.txt
10+
- method: pip
11+
path: .
1112

1213

1314
build:

0 commit comments

Comments
 (0)