We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684ed2a commit 00f156aCopy full SHA for 00f156a
pretext/project/__init__.py
@@ -790,11 +790,6 @@ def build(
790
method=self.latex_engine,
791
outputs="prebuild",
792
)
793
- utils.manage_directories(
794
- self.output_dir_abspath(),
795
- external_abs=self.external_dir_abspath(),
796
- generated_abs=self.generated_dir_abspath(),
797
- )
798
elif self.format == Format.EPUB:
799
utils.mjsre_npm_install()
800
core.epub(
0 commit comments