Skip to content

Commit

Permalink
WIP: continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
JDTeske committed Jul 14, 2020
1 parent 9cf246a commit 39dd5e6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ sphinx:
# formats:
# - pdf

conda:
environment: environment.yml

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: requirements.txt
- requirements: doc/requirements.txt
6 changes: 0 additions & 6 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ numpydoc
sphinx_rtd_theme
jupyter_client
ipython
numpy
scipy
pandas
matplotlib
qutip
filter_functions
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: filter_functions
name: qopt

channels:
- conda-forge
Expand All @@ -7,4 +7,4 @@ dependencies:
- qutip
- pip

prefix: /home/docs/.conda/envs/filter_functions
prefix: /home/docs/.conda/envs/qopt
14 changes: 9 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
qutip
filter_functions
simanneal
pandas
numpy
scipy
cython
matplotlib
scipy
nose
jupyter notebook
spyder
simanneal
pandas
qutip
filter_functions

0 comments on commit 39dd5e6

Please sign in to comment.