From dbdb7c8f28c151ac8e4ff5dcd2f04701b0ef6e46 Mon Sep 17 00:00:00 2001 From: Luis Felipe Mileo Date: Fri, 6 Jan 2017 01:08:27 -0200 Subject: [PATCH] fixup! Rename DOC to AUTODOC --- travis/travis_install_nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/travis_install_nightly b/travis/travis_install_nightly index 9724b3d98..2ba6415ac 100755 --- a/travis/travis_install_nightly +++ b/travis/travis_install_nightly @@ -14,7 +14,7 @@ if [ "${LINT_CHECK}" != "0" ]; then exit 0 fi -if [ "${DOC}" != "0" ]; then +if [ "${AUTODOC}" != "0" ]; then pip install --upgrade sphinx sphinx-rtd-theme sphinx_bootstrap_theme odoo-sphinx-autodoc pip install --upgrade docutils pip install --upgrade pillow