Skip to content

Commit fd73e1d

Browse files
committed
Fix readthedocs builds
The changes in 5648f66 broke the readthedocs build due to "missing metadata". I believe this should resolve that.
1 parent f0edc90 commit fd73e1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ build:
77

88
sphinx:
99
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- method: pip
14+
path: .

0 commit comments

Comments
 (0)