We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3dc7e commit efa2fd0Copy full SHA for efa2fd0
docs/source/conf.py
@@ -91,8 +91,8 @@ def setup(app):
91
else:
92
print("Building jupyterlab API docs")
93
check_call(["npm", "install"], cwd=str(js))
94
- check_call(["yarn", "run", "build"], cwd=str(js))
95
- check_call(["yarn", "run", "docs"], cwd=str(js))
+ check_call(["npm", "run", "build"], cwd=str(js))
+ check_call(["npm", "run", "docs"], cwd=str(js))
96
97
# Copy JavaScript Docs
98
print(f"Copying {js_docs!s} -> {dest_dir!s}")
0 commit comments