Skip to content

Commit

Permalink
Rtd (#11)
Browse files Browse the repository at this point in the history
Added readthedocs configuration
Updated readme
  • Loading branch information
pkittenis committed Oct 8, 2017
1 parent 7080f34 commit 0fd3ba7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .environment.yml
@@ -0,0 +1,7 @@
channels:
- conda-forge
dependencies:
- python
- setuptools
- libssh2
- toolchain3
4 changes: 4 additions & 0 deletions .readthedocs.yml
@@ -0,0 +1,4 @@
conda:
file: .environment.yml
python:
setup_py_install: true
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -17,6 +17,10 @@ Super fast SSH2 protocol library. ``ssh2-python`` provides Python bindings for `
:target: https://pypi.python.org/pypi/ssh2-python
.. image:: https://img.shields.io/pypi/pyversions/ssh2-python.svg
:target: https://pypi.python.org/pypi/ssh2-python
.. image:: https://readthedocs.org/projects/ssh2-python/badge/?version=latest
:target: http://ssh2-python.readthedocs.org/en/latest/
:alt: Latest documentation


Installation
______________
Expand Down
1 change: 0 additions & 1 deletion doc/conf.py
Expand Up @@ -18,7 +18,6 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
import ssh2


Expand Down

0 comments on commit 0fd3ba7

Please sign in to comment.