From 318eef3ee49197e9e4e0f4b72dfb09eadd6169ce Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Fri, 30 Oct 2015 22:34:21 -0500 Subject: [PATCH] Fix typo in sphinx command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0852b33..4a5ac7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ install: pip install sphinx script: - make doctest - make html -- sphinx -E -c docs -b html docs docs/_build/html +- sphinx-build -E -c docs -b html docs docs/_build/html