Skip to content

Commit 69b4ab1

Browse files
committed
add build
1 parent 79dbdfc commit 69b4ab1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ channels:
44
- nodefaults
55
dependencies:
66
- bqplot
7+
- build
78
- empack
89
- ipykernel
910
- jupyter_client

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
bqplot
2+
build
23
ipykernel
34
jupyter_client
45
jupyterlab>=3,<4

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def on_config_inited(*args):
158158
subprocess.check_call(["jlpm", "build"], cwd=str(ROOT))
159159

160160
IPYW = ROOT / "python/ipywidgets"
161-
subprocess.check_call([sys.executable, "setup.py", "bdist_wheel"], cwd=str(IPYW))
161+
subprocess.check_call([sys.executable, "-m", "build"], cwd=str(IPYW))
162162

163163
JLW = ROOT / "python/jupyterlab_widgets"
164164
subprocess.check_call(["jupyter", "labextension", "build", "."], cwd=str(JLW))

0 commit comments

Comments
 (0)