Skip to content

Commit 577ee3f

Browse files
authored
Merge pull request #25 from syedhamidali/test-fix
FIX: Ruff check
2 parents 86648d6 + 51c0603 commit 577ee3f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ sphinx:
1313

1414
python:
1515
install:
16-
- path: .
17-
- requirements: requirements_dev.txt
1816
- method: pip
19-
- packages:
20-
- IPython>=7.0
17+
path: . # <-- this installs the local pyscancf package
18+
- requirements: requirements_dev.txt

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ sphinx-copybutton
1919
sphinx-favicon
2020
nbsphinx
2121
pydata-sphinx-theme
22+
ipython

0 commit comments

Comments
 (0)