File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 94
94
steps :
95
95
- checkout
96
96
97
+ - run : *apt-install
98
+ - run : *fonts-install
99
+ - run : *pip-install
100
+ - run :
101
+ << : *deps-install
102
+ environment :
103
+ NUMPY_VERSION : " ==1.11.0"
104
+ - run : *mpl-install
105
+
106
+ - run : *doc-build
107
+
108
+ - run : *doc-bundle
109
+ - store_artifacts :
110
+ path : doc/build/sphinx-gallery-files.tar.gz
111
+
112
+ - store_artifacts :
113
+ path : doc/build/html
114
+
115
+ - run :
116
+ name : " Built documentation is available at:"
117
+ command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
118
+
119
+ docs-python37 :
120
+ docker :
121
+ - image : circleci/python:3.7
122
+ steps :
123
+ - checkout
124
+
97
125
- run : *apt-install
98
126
- run : *fonts-install
99
127
- run : *pip-install
You can’t perform that action at this time.
0 commit comments