Skip to content

Commit 0fd3ba7

Browse files
authored
Rtd (#11)
Added readthedocs configuration Updated readme
1 parent 7080f34 commit 0fd3ba7

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

.environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- python
5+
- setuptools
6+
- libssh2
7+
- 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+
setup_py_install: true

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Super fast SSH2 protocol library. ``ssh2-python`` provides Python bindings for `
1717
:target: https://pypi.python.org/pypi/ssh2-python
1818
.. image:: https://img.shields.io/pypi/pyversions/ssh2-python.svg
1919
:target: https://pypi.python.org/pypi/ssh2-python
20+
.. image:: https://readthedocs.org/projects/ssh2-python/badge/?version=latest
21+
:target: http://ssh2-python.readthedocs.org/en/latest/
22+
:alt: Latest documentation
23+
2024

2125
Installation
2226
______________

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#
1919
import os
2020
import sys
21-
sys.path.insert(0, os.path.abspath('..'))
2221
import ssh2
2322

2423

0 commit comments

Comments
 (0)