Skip to content

Commit 42b49eb

Browse files
committed
Moved RTD support to YAML.
1 parent acca7b3 commit 42b49eb

File tree

3 files changed

+33
-18
lines changed

3 files changed

+33
-18
lines changed

doc/environment.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: qinfer
2+
dependencies:
3+
- cython
4+
- numpy
5+
- scipy
6+
- scikit-learn
7+
- ipython
8+
- future>=0.15
9+
- matplotlib
10+
- pytest
11+
- pytest-cov
12+
- pytest-xdist
13+
- coveralls
14+
- pylint
15+
- pip:
16+
# We also add additional tools for plotting.
17+
- mpltools
18+
# We use the PyPI version of QuTiP here since the conda version
19+
# is on the wrong channel for use with RTD.
20+
- qutip

doc/readthedocs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
build:
2+
image: latest
3+
4+
python:
5+
version: 3.5
6+
setup_py_install: true
7+
8+
formats:
9+
- epub
10+
- pdf
11+
12+
conda:
13+
file: environment.yml

doc/rtd-requirements.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)