We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70b619 commit 44231acCopy full SHA for 44231ac
bin/watch
@@ -7,7 +7,7 @@ from time import sleep
7
8
9
def build_docs():
10
- subprocess.check_call("bin/build_docs")
+ subprocess.run("bin/build_docs")
11
12
13
def refresh_assets():
0 commit comments