Skip to content

Commit f090f3c

Browse files
committed
Move documentation to V2 of readthedocs
1 parent 77ba49c commit f090f3c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/environment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ channels:
55
- defaults
66

77
dependencies:
8-
- python=3.6
98
- cython
109
- fftw
1110
- numpy
12-
- nomkl
1311
- scipy
1412
- mpi4py
1513
- pip

readthedocs.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
conda:
2-
file: docs/environment.yml
3-
2+
environment: docs/environment.yml
3+
version: 2
44
build:
5-
image: latest
6-
5+
image: stable
6+
sphinx:
7+
configuration: docs/source/conf.py
8+
formats: all
79
python:
8-
version: 3.6
9-
setup_py_install: true
10-
10+
install:
11+
- method: setuptools
12+
path: .

0 commit comments

Comments
 (0)