mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
* Fix docs command in fabfile
This commit is contained in:
parent
1a075f77ff
commit
e361f18ce9
4
fabfile.py
vendored
4
fabfile.py
vendored
|
@ -15,8 +15,8 @@ def clean():
|
||||||
|
|
||||||
|
|
||||||
def docs():
|
def docs():
|
||||||
local('sphinx-build -b html docs/ .')
|
with lcd('docs'):
|
||||||
|
local('make html')
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
local('py.test -x')
|
local('py.test -x')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user