Skip to content

Commit 495fa16

Browse files
authored
Merge pull request #60 from jtpio/cleanup
Remove unneeded code
2 parents c323ed1 + bb48345 commit 495fa16

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/jupyterlite_sphinx.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,6 @@ def jupyterlite_build(app: Sphinx, error):
308308
os.path.join(app.outdir, JUPYTERLITE_DIR),
309309
]
310310

311-
[
312-
"jupyter",
313-
"lite",
314-
"build",
315-
"--debug",
316-
*config,
317-
"--contents",
318-
os.path.join(app.srcdir, CONTENT_DIR),
319-
"--output-dir",
320-
os.path.join(app.outdir, JUPYTERLITE_DIR),
321-
]
322-
323311
if jupyter_lite_dir:
324312
command.extend(["--lite-dir", jupyter_lite_dir])
325313

0 commit comments

Comments
 (0)