diff --git a/.environment.yml b/.environment.yml new file mode 100644 index 00000000..ce6f8d94 --- /dev/null +++ b/.environment.yml @@ -0,0 +1,7 @@ +channels: + - conda-forge +dependencies: + - python + - setuptools + - libssh2 + - toolchain3 diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..db9795a9 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,4 @@ +conda: + file: .environment.yml +python: + setup_py_install: true diff --git a/README.rst b/README.rst index 609c62ff..e83daa05 100644 --- a/README.rst +++ b/README.rst @@ -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 ______________ diff --git a/doc/conf.py b/doc/conf.py index be65f4d6..3a93b697 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -18,7 +18,6 @@ # import os import sys -sys.path.insert(0, os.path.abspath('..')) import ssh2