(fix) Typo in tox.ini

- Incorrect `commands` option prevents tox from actually building
  docs

Change-Id: Ie761a2082478020e8f1ef20549859e9a05cbafe7
This commit is contained in:
Scott Hussey 2018-08-01 12:39:30 -05:00
parent d61d75625f
commit 6e0a18e7fa
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ deps=
[testenv:docs] [testenv:docs]
whitelist_externals= whitelist_externals=
rm rm
commnds= commands=
rm -rf doc/build rm -rf doc/build
sphinx-build -b html doc/source doc/build -a -E -W sphinx-build -b html doc/source doc/build -a -E -W