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 11version : 2
22
33jobs :
4- python3 :
4+ documentation :
55 docker :
66 - image : circleci/python:3.7.6
77 steps :
1212 chmod +x miniconda.sh && ./miniconda.sh -b -p ~/miniconda
1313 export PATH="~/miniconda/bin:$PATH"
1414 conda update --yes --quiet conda
15- conda create -n testenv --yes --quiet python=3
15+ conda create -n testenv --yes --quiet python=3.7
1616 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]"
2018 cd doc
2119 make html
2220 - store_artifacts :
@@ -52,5 +50,5 @@ workflows:
5250 version : 2
5351 build-doc-and-deploy :
5452 jobs :
55- - python3
53+ - documentation
5654 - lint
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments