Skip to content

Commit

Permalink
Fix tox.ini for docs venv
Browse files Browse the repository at this point in the history
In 'docs' venv, we are using 'rm' command without specifying that 'bash'
should be provisioned in the venv. This patch fixes it thus removes the
warning when building docs.

Change-Id: I0ef63d930c007d7a479a32f55c273771f4e904e4
  • Loading branch information
tengqm committed Jul 30, 2016
1 parent e5a9c80 commit 1120911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ commands =
python setup.py build_sphinx
sphinx-build -W -b html api-ref/source api-ref/build/html

whitelist_externals = rm

[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html

Expand Down

0 comments on commit 1120911

Please sign in to comment.