render
Some checks failed
/ job (push) Failing after 3m37s

This commit is contained in:
Marc Beninca 2025-06-20 21:22:09 +02:00
parent 5781030e7e
commit 5e077bb4ad
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

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