mirror of https://github.com/explosion/spaCy.git
* Fix docs command in fabfile
This commit is contained in:
parent
1a075f77ff
commit
e361f18ce9
|
@ -15,8 +15,8 @@ def clean():
|
|||
|
||||
|
||||
def docs():
|
||||
local('sphinx-build -b html docs/ .')
|
||||
|
||||
with lcd('docs'):
|
||||
local('make html')
|
||||
|
||||
def test():
|
||||
local('py.test -x')
|
||||
|
|
Loading…
Reference in New Issue