From 041f903f882ba4a0b5af28f1addda7c675b241c8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 25 May 2025 13:10:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=88=92output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.py b/build.py index d7fb209..53fab89 100755 --- a/build.py +++ b/build.py @@ -12,7 +12,6 @@ from rwx.prj.sphinx import SphinxProject TRAVAUX = [ # "thesis", ] -OUTPUT = "out" def others(): @@ -29,9 +28,6 @@ def main(): others() # project sys.exit(SphinxProject(Path(__file__)).build()) - output_directory = os.path.join(directory, OUTPUT) - shutil.rmtree(output_directory, ignore_errors=True) - sphinx.cmd.build.build_main(arguments) if __name__ == "__main__":