File tree 2 files changed +1
-48
lines changed 2 files changed +1
-48
lines changed Original file line number Diff line number Diff line change @@ -119,51 +119,6 @@ commands:
119
119
#
120
120
121
121
jobs :
122
- docs-python37 :
123
- docker :
124
- - image : circleci/python:3.7
125
- steps :
126
- - checkout
127
-
128
- - apt-install
129
- - fonts-install
130
- - pip-install
131
-
132
- - deps-install
133
- - mpl-install
134
-
135
- - doc-build
136
-
137
- - doc-bundle
138
-
139
- - store_artifacts :
140
- path : doc/build/html
141
- - store_test_results :
142
- path : doc/build/test-results
143
-
144
- docs-python38-min :
145
- docker :
146
- - image : circleci/python:3.8
147
- steps :
148
- - checkout
149
-
150
- - apt-install
151
- - fonts-install
152
- - pip-install
153
-
154
- - deps-install :
155
- numpy_version : " ==1.17.3"
156
- - mpl-install
157
-
158
- - doc-build
159
-
160
- - doc-bundle
161
-
162
- - store_artifacts :
163
- path : doc/build/html
164
- - store_test_results :
165
- path : doc/build/test-results
166
-
167
122
docs-python38 :
168
123
docker :
169
124
- image : circleci/python:3.8
@@ -201,6 +156,4 @@ workflows:
201
156
version : 2
202
157
build :
203
158
jobs :
204
- - docs-python37
205
159
- docs-python38
206
- - docs-python38-min
Original file line number Diff line number Diff line change 9
9
with :
10
10
repo-token : ${{ secrets.GITHUB_TOKEN }}
11
11
artifact-path : 0/doc/build/html/index.html
12
- circleci-jobs : docs-python37,docs- python38,docs-python38-min
12
+ circleci-jobs : docs-python38
You can’t perform that action at this time.
0 commit comments