parent
5781030e7e
commit
5e077bb4ad
1 changed files with 1 additions and 1 deletions
|
@ -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.py").build()
|
Project(root / project / "build.py").render()
|
||||||
# project
|
# project
|
||||||
sys.exit(SphinxProject(Path(__file__)).build())
|
sys.exit(SphinxProject(Path(__file__)).build())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue