tox.ini: Remove unnecessary comments in api-ref target

We pass -W option to sphinx-build to generate api-ref now.
The comment looks no longer correct.

Change-Id: Ie5dfaf46e9d3369c32c43da07c02501b224fb092
This commit is contained in:
Akihiro Motoki 2016-06-10 13:00:24 +09:00
parent e230f95e07
commit d69be3dff9

View File

@ -106,10 +106,6 @@ commands =
# NOTE(sdague): this target does not use constraints because
# upstream infra does not yet support it. Once that's fixed, we can
# drop the install_command.
#
# we do not used -W here because we are doing some slightly tricky
# things to build a single page document, and as such, we are ok
# ignoring the duplicate stanzas warning.
install_command = pip install -U --force-reinstall {opts} {packages}
commands =
rm -rf api-ref/build