Skip to content

Commit 0b2028c

Browse files
author
Pan
committed
Added readthedocs configuration, updated documentation cfg
1 parent 900c3e2 commit 0b2028c

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.environment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- python
5+
- setuptools
6+
- pip
7+
- libssh2
8+
- toolchain3

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
conda:
2+
file: .environment.yml
3+
python:
4+
pip_install: true

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# serve to show the default.
1414

1515
import sys
16-
sys.path.append("..")
1716
import pssh
1817
import os
1918

0 commit comments

Comments
 (0)