CLEAN Formatted with black

This commit is contained in:
WaylonWalker 2020-02-29 11:38:18 -06:00
parent c9160b7575
commit 80639eea0b
5 changed files with 161 additions and 16 deletions

View file

@ -361,9 +361,7 @@ def build_docs(open_docs):
"""Build the project documentation."""
python_call("pip", ["install", "src/[docs]"])
python_call("pip", ["install", "-r", "src/requirements.txt"])
python_call(
"ipykernel", ["install", "--user", "--name=default_kedro_157"]
)
python_call("ipykernel", ["install", "--user", "--name=default_kedro_157"])
shutil.rmtree("docs/build", ignore_errors=True)
call(
[