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 4f70e4e commit 7cfd83dCopy full SHA for 7cfd83d
myst_libre/builders/myst_builder.py
@@ -22,6 +22,10 @@ def build(self):
22
self.cprint(f'Starting MyST build {self.hub.jh_url}','yellow')
23
self.myst_client.build()
24
25
+ def build_noexecute(self):
26
+ self.cprint(f'Starting MyST build {self.hub.jh_url}','yellow')
27
+ self.myst_client.build_noexecute()
28
+
29
def build_site(self):
30
self.cprint(f'Starting MyST build site {self.hub.jh_url}','yellow')
31
self.myst_client.build_site()
0 commit comments