parent
9eb9104664
commit
b448b9cdbe
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -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())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue