mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +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():
|
def clean():
|
||||||
local('python setup.py clean --all')
|
local('python setup.py clean --all')
|
||||||
|
|
||||||
|
def docs():
|
||||||
|
with lcd('docs'):
|
||||||
|
local('sphinx-build -b html . ./_build')
|
||||||
|
local('open _build/index.html')
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
local('py.test -x')
|
local('py.test -x')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user