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:
1 changed files with 0 additions and 4 deletions
4
tox.ini
4
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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.