project/file
Some checks failed
/ job (push) Failing after 5m14s

This commit is contained in:
Marc Beninca 2025-05-25 16:36:29 +02:00
parent 9eb9104664
commit b448b9cdbe
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -18,6 +18,6 @@ if __name__ == "__main__":
root = Path(__file__).resolve().parent / "cnam.marc" root = Path(__file__).resolve().parent / "cnam.marc"
# projects # projects
for project in PROJECTS: for project in PROJECTS:
Project(root / project).build() Project(root / project / "build.py").build()
# project # project
sys.exit(SphinxProject(Path(__file__)).build()) sys.exit(SphinxProject(Path(__file__)).build())