From 4e741efa9253eb14ed9d9060ba9b5370ce048ca1 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Mon, 22 Jun 2020 15:49:50 -0400 Subject: [PATCH] Have documentation fail on warning (#5189) * Have documentation fail on warning * Force ci failure * Revert "Force ci failure" This reverts commit f0a4666ec2eb4cd00a4da48af3357defc63324a0. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e580f788485..1ec3346fe6a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -73,7 +73,7 @@ jobs: steps: - checkout - run: sudo pip install .[tf,torch,docs] - - run: cd docs && make html + - run: cd docs && make html SPHINXOPTS="-W" - store_artifacts: path: ./docs/_build deploy_doc: