Skip to content

Commit

Permalink
trying to use pip with requirements instead of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mão de Ferro committed Jan 20, 2017
1 parent 4b765c1 commit 75d634a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
16 changes: 14 additions & 2 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
conda:
file: docs/environment.yml
# http://docs.readthedocs.io/en/latest/yaml-config.html

python:
version: 3

#conda:
# file: docs/environment.yml

# Build PDF & ePub
formats:
- epub
- pdf

requirements_file: requirements-rtd.txt
5 changes: 5 additions & 0 deletions requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pyserial>=3.1.1
https://bitbucket.org/fchampalimaud/logging-bootstrap/get/master.zip
numpy
sphinx>=1.5
https://github.com/snide/sphinx_rtd_theme/archive/master.zip

0 comments on commit 75d634a

Please sign in to comment.