Skip to content

Commit 5d2b08d

Browse files
authored
Merge pull request #21 from syedhamidali/test-fix
FIX: Ruff check
2 parents f962d7e + 656480d commit 5d2b08d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ sphinx:
1414
python:
1515
install:
1616
- method: pip
17-
path: . # <-- this installs the local pyscancf package
17+
path: .
1818
- requirements: requirements_dev.txt
19+
- method: pip
20+
packages:
21+
- IPython>=7.0

0 commit comments

Comments
 (0)