Skip to content

Commit

Permalink
Add .readthedocs.yml
Browse files Browse the repository at this point in the history
To try skipping installation of unnecessary packages.
  • Loading branch information
tfarago committed Sep 27, 2017
1 parent 83664be commit 233b359
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requirements_file: docs_requirements.txt
5 changes: 5 additions & 0 deletions docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mock
numpy>=1.6.1
quantities>=0.10.1
scipy>=0.11.0
testfixtures>=3.0.0
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mock
numpy>=1.6.1
quantities>=0.10.1
pyopencl>=2012.1
pyfft>=0.3.7
scipy>=0.11.0
testfixtures>=3.0.0

0 comments on commit 233b359

Please sign in to comment.