Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fixup! Rename DOC to AUTODOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Jan 6, 2017
1 parent 22786e3 commit dbdb7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/travis_install_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbdb7c8

Please sign in to comment.