mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Add fab docs command
This commit is contained in:
parent
b42db257b7
commit
4d24d513ad
4
fabfile.py
vendored
4
fabfile.py
vendored
|
@ -15,6 +15,10 @@ def sdist():
|
||||||
with virtualenv(VENV_DIR):
|
with virtualenv(VENV_DIR):
|
||||||
local('python setup.py sdist')
|
local('python setup.py sdist')
|
||||||
|
|
||||||
|
def docs():
|
||||||
|
with virtualenv(VENV_DIR):
|
||||||
|
with lcd(path.join(path.dirname(__file__), 'docs')):
|
||||||
|
local('make html')
|
||||||
|
|
||||||
def publish():
|
def publish():
|
||||||
with virtualenv(VENV_DIR):
|
with virtualenv(VENV_DIR):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user