Skip to content

Commit

Permalink
Merge pull request #60 from jtpio/cleanup
Browse files Browse the repository at this point in the history
Remove unneeded code
  • Loading branch information
martinRenou committed Jun 28, 2022
2 parents c323ed1 + bb48345 commit 495fa16
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/jupyterlite_sphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,18 +308,6 @@ def jupyterlite_build(app: Sphinx, error):
os.path.join(app.outdir, JUPYTERLITE_DIR),
]

[
"jupyter",
"lite",
"build",
"--debug",
*config,
"--contents",
os.path.join(app.srcdir, CONTENT_DIR),
"--output-dir",
os.path.join(app.outdir, JUPYTERLITE_DIR),
]

if jupyter_lite_dir:
command.extend(["--lite-dir", jupyter_lite_dir])

Expand Down

0 comments on commit 495fa16

Please sign in to comment.