File tree 2 files changed +0
-44
lines changed 2 files changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ environment:
19
19
# theoretically the CONDA_INSTALL_LOCN could be only two: one for 32bit,
20
20
# one for 64bit because we construct envs anyway. But using one for the
21
21
# right python version is hopefully making it fast due to package caching.
22
- - PYTHON_VERSION : " 2.7"
23
- CONDA_INSTALL_LOCN : " C:\\ Miniconda-x64"
24
- TEST_ALL : " no"
25
22
- PYTHON_VERSION : " 3.5"
26
23
CONDA_INSTALL_LOCN : " C:\\ Miniconda35-x64"
27
24
TEST_ALL : " no"
Original file line number Diff line number Diff line change @@ -115,47 +115,6 @@ jobs:
115
115
name : " Deploy new docs"
116
116
command : ./.circleci/deploy-docs.sh
117
117
118
- docs-python27 :
119
- docker :
120
- - image : circleci/python:2.7
121
- steps :
122
- - checkout
123
-
124
- - run : *apt-install
125
- - run : *fonts-install
126
- - run : *pip-install
127
-
128
- - run :
129
- << : *deps-install
130
- environment :
131
- NUMPY_VERSION : " ==1.7.1"
132
- # Linkchecker only works with python 2.7 for the time being.
133
- # Linkchecker is currently broken with requests 2.10.0 so force an earlier version.
134
- - run : pip install --user $PRE requests==2.9.2 linkchecker
135
- - run : *mpl-install
136
-
137
- - run : *doc-build
138
-
139
- # We don't build the LaTeX docs here, so linkchecker will complain
140
- - run : touch doc/build/html/Matplotlib.pdf
141
-
142
- # Linkchecker only works with python 2.7 for the time being
143
- - run :
144
- name : linkchecker
145
- command : ~/.local/bin/linkchecker build/html/index.html
146
- working_directory : doc
147
-
148
- - run : *doc-bundle
149
- - store_artifacts :
150
- path : doc/build/sphinx-gallery-files.tar.gz
151
-
152
- - store_artifacts :
153
- path : doc/build/html
154
-
155
- - run :
156
- name : " Built documentation is available at:"
157
- command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
158
-
159
118
160
119
# ########################################
161
120
# Defining workflows gets us parallelism.
You can’t perform that action at this time.
0 commit comments