Skip to content

Commit e71ddd8

Browse files
committed
block on installing node packages
1 parent d207307 commit e71ddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def setup(app):
105105
""" Runs before the "normal business" of sphinx. Don't go too crazy here.
106106
"""
107107
app.add_css_file("css/custom.css")
108-
subprocess.Popen(["jlpm", "--ignore-optional"])
108+
subprocess.check_call(["jlpm", "--ignore-optional"])

0 commit comments

Comments
 (0)