Skip to content

Commit d432f65

Browse files
datapythonistajreback
authored andcommitted
DOC: Remove travis doc build (#26856)
1 parent 49f33f0 commit d432f65

File tree

3 files changed

+0
-65
lines changed

3 files changed

+0
-65
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,10 @@ matrix:
4848
env:
4949
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
5050

51-
# In allow_failures
52-
- dist: trusty
53-
env:
54-
- JOB="3.6, doc" ENV_FILE="environment.yml" DOC=true
5551
allow_failures:
5652
- dist: trusty
5753
env:
5854
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
59-
- dist: trusty
60-
env:
61-
- JOB="3.6, doc" ENV_FILE="environment.yml" DOC=true
6255

6356
before_install:
6457
- echo "before_install"
@@ -97,7 +90,6 @@ before_script:
9790
script:
9891
- echo "script start"
9992
- source activate pandas-dev
100-
- ci/build_docs.sh
10193
- ci/run_tests.sh
10294

10395
after_script:

azure-pipelines.yml

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ jobs:
176176
cd doc/build/html
177177
git remote add origin [email protected]:pandas-dev/pandas-dev.github.io.git
178178
git push -f origin master
179-
exit 0 # FIXME this will leave the build green even if the step fails. To be removed when we are confident with this.
180179
displayName: 'Publish docs to GitHub pages'
181180
condition : |
182181
and(not(eq(variables['Build.Reason'], 'PullRequest')),

ci/build_docs.sh

-56
This file was deleted.

0 commit comments

Comments
 (0)