We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ba49c commit f090f3cCopy full SHA for f090f3c
docs/environment.yml
@@ -5,11 +5,9 @@ channels:
5
- defaults
6
7
dependencies:
8
- - python=3.6
9
- cython
10
- fftw
11
- numpy
12
- - nomkl
13
- scipy
14
- mpi4py
15
- pip
readthedocs.yml
@@ -1,10 +1,12 @@
1
conda:
2
- file: docs/environment.yml
3
-
+ environment: docs/environment.yml
+version: 2
4
build:
- image: latest
+ image: stable
+sphinx:
+ configuration: docs/source/conf.py
+formats: all
python:
- version: 3.6
- setup_py_install: true
+ install:
+ - method: setuptools
+ path: .
0 commit comments