From da98a3af274f66ae593d71226e9610728527b50d Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 11 Feb 2017 02:43:57 +0100 Subject: [PATCH] Disable Travis docs job until a fix is found bpo-29527: The Travis docs job is still broken. Revert previous change (add again -W option), and disable the job instead until a better fix is found and things calm down after the migration to GitHub. --- .travis.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 140a89060a8e27..c3e233b1d432fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,16 +24,16 @@ matrix: - env: - TESTING=coverage include: - - os: linux - language: python - python: 3.5 - env: - - TESTING=docs - before_script: - - cd Doc - - make venv PYTHON=python3 - script: - - make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-n -q -b linkcheck" +# - os: linux +# language: python +# python: 3.5 +# env: +# - TESTING=docs +# before_script: +# - cd Doc +# - make venv PYTHON=python3 +# script: +# - make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-nW -q -b linkcheck" - os: linux language: c compiler: clang