We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86648d6 + 51c0603 commit 577ee3fCopy full SHA for 577ee3f
.readthedocs.yaml
@@ -13,8 +13,6 @@ sphinx:
13
14
python:
15
install:
16
- - path: .
17
- - requirements: requirements_dev.txt
18
- method: pip
19
- - packages:
20
- - IPython>=7.0
+ path: . # <-- this installs the local pyscancf package
+ - requirements: requirements_dev.txt
requirements_dev.txt
@@ -19,3 +19,4 @@ sphinx-copybutton
sphinx-favicon
nbsphinx
21
pydata-sphinx-theme
22
+ipython
0 commit comments