File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
jobs :
4
- python3 :
4
+ documentation :
5
5
docker :
6
6
- image : circleci/python:3.7.6
7
7
steps :
12
12
chmod +x miniconda.sh && ./miniconda.sh -b -p ~/miniconda
13
13
export PATH="~/miniconda/bin:$PATH"
14
14
conda update --yes --quiet conda
15
- conda create -n testenv --yes --quiet python=3
15
+ conda create -n testenv --yes --quiet python=3.7
16
16
source activate testenv
17
- conda install --yes pip numpy scipy scikit-learn matplotlib sphinx sphinx_rtd_theme numpydoc pillow cython nomkl
18
- pip install sphinx-gallery
19
- pip install .
17
+ pip install ".[docs]"
20
18
cd doc
21
19
make html
22
20
- store_artifacts :
@@ -52,5 +50,5 @@ workflows:
52
50
version : 2
53
51
build-doc-and-deploy :
54
52
jobs :
55
- - python3
53
+ - documentation
56
54
- lint
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments