Skip to content

Commit cb625b3

Browse files
author
manoharlab
committed
FIX: updated .readthedocs.py to fix ModuleNotFoundError
1 parent 77ca974 commit cb625b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ build:
55
tools:
66
python: "3.12"
77

8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
813
sphinx:
914
configuration: docs/conf.py

0 commit comments

Comments
 (0)