Remove install-guide env which is not effective
The install-guide directory was moved to doc/source directory when migrating docs Change-Id: I51d2d502c8ea727bcc1d9fd59f1ec961c958aba5
This commit is contained in:
parent
21c9307612
commit
a15a3ade76
7
tox.ini
7
tox.ini
@ -59,13 +59,6 @@ commands =
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[testenv:install-guide]
|
||||
# NOTE(jaegerandi): this target does not use constraints because
|
||||
# upstream infra does not yet support it. Once that's fixed, we can
|
||||
# drop the install_command.
|
||||
install_command = pip install -U --force-reinstall {opts} {packages}
|
||||
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
|
||||
|
||||
[testenv:genconfig]
|
||||
commands = oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user