From c30562f458d776da14c0da794f6488c24c027ab8 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 10 Jun 2016 13:00:24 +0900 Subject: [PATCH] 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 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index a7a0b2d7b95d..fdc78bdeea93 100644 --- a/tox.ini +++ b/tox.ini @@ -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