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:
parent
6ff71e5e6a
commit
c30562f458
4
tox.ini
4
tox.ini
@ -106,10 +106,6 @@ commands =
|
|||||||
# NOTE(sdague): this target does not use constraints because
|
# NOTE(sdague): this target does not use constraints because
|
||||||
# upstream infra does not yet support it. Once that's fixed, we can
|
# upstream infra does not yet support it. Once that's fixed, we can
|
||||||
# drop the install_command.
|
# 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}
|
install_command = pip install -U --force-reinstall {opts} {packages}
|
||||||
commands =
|
commands =
|
||||||
rm -rf api-ref/build
|
rm -rf api-ref/build
|
||||||
|
Loading…
Reference in New Issue
Block a user