mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Add documentation building to fabfile
This commit is contained in:
parent
a78ad4152d
commit
416a324bcf
5
fabfile.py
vendored
5
fabfile.py
vendored
|
@ -6,5 +6,10 @@ def make():
|
|||
def clean():
|
||||
local('python setup.py clean --all')
|
||||
|
||||
def docs():
|
||||
with lcd('docs'):
|
||||
local('sphinx-build -b html . ./_build')
|
||||
local('open _build/index.html')
|
||||
|
||||
def test():
|
||||
local('py.test -x')
|
||||
|
|
Loading…
Reference in New Issue
Block a user