Skip to content

Commit 2d12281

Browse files
committed
Add assertion
1 parent 5abd404 commit 2d12281

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/jupyterlite_sphinx.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ def jupyterlite_build(app: Sphinx, error):
168168
]
169169
)
170170

171+
assert os.path.exists(os.path.join(app.outdir, JUPYTERLITE_DIR, 'api', 'contents', 'all.json'))
172+
171173
print("[jupyterlite-sphinx] JupyterLite build done")
172174

173175
# Cleanup

0 commit comments

Comments
 (0)