diff --git a/render.py b/render.py index 473edc2..1bf9852 100755 --- a/render.py +++ b/render.py @@ -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())