From b448b9cdbe34ea060fca2ce656622c77ace5758f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 25 May 2025 16:36:29 +0200 Subject: [PATCH] project/file --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 5438363..c2c9da4 100755 --- a/build.py +++ b/build.py @@ -18,6 +18,6 @@ if __name__ == "__main__": root = Path(__file__).resolve().parent / "cnam.marc" # projects for project in PROJECTS: - Project(root / project).build() + Project(root / project / "build.py").build() # project sys.exit(SphinxProject(Path(__file__)).build())