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.
1 parent 900c3e2 commit 0b2028cCopy full SHA for 0b2028c
.environment.yml
@@ -0,0 +1,8 @@
1
+channels:
2
+ - conda-forge
3
+dependencies:
4
+ - python
5
+ - setuptools
6
+ - pip
7
+ - libssh2
8
+ - toolchain3
.readthedocs.yml
@@ -0,0 +1,4 @@
+conda:
+ file: .environment.yml
+python:
+ pip_install: true
doc/conf.py
@@ -13,7 +13,6 @@
13
# serve to show the default.
14
15
import sys
16
-sys.path.append("..")
17
import pssh
18
import os
19
0 commit comments