From 6e0a18e7fa572caebf3385e30b11768ca873022d Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Wed, 1 Aug 2018 12:39:30 -0500 Subject: [PATCH] (fix) Typo in tox.ini - Incorrect `commands` option prevents tox from actually building docs Change-Id: Ie761a2082478020e8f1ef20549859e9a05cbafe7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2af17a6..be0f076 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,6 @@ deps= [testenv:docs] whitelist_externals= rm -commnds= +commands= rm -rf doc/build sphinx-build -b html doc/source doc/build -a -E -W