Have documentation fail on warning (#5189)

* Have documentation fail on warning

* Force ci failure

* Revert "Force ci failure"

This reverts commit f0a4666ec2.
This commit is contained in:
Lysandre Debut 2020-06-22 15:49:50 -04:00 committed by GitHub
parent 1262495a91
commit 4e741efa92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: