Fix typo in sphinx command

This commit is contained in:
Ian Cordasco
2015-10-30 22:34:21 -05:00
parent 2183825101
commit 318eef3ee4
+1 -1
View File
@@ -4,4 +4,4 @@ install: pip install sphinx
script: script:
- make doctest - make doctest
- make html - make html
- sphinx -E -c docs -b html docs docs/_build/html - sphinx-build -E -c docs -b html docs docs/_build/html