sphinx/web

This commit is contained in:
Marc Beninca 2024-07-17 19:10:36 +02:00
parent 282e2ac7a1
commit 519613eeeb
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -29,6 +29,6 @@ class SphinxProject(Project):
self.root, self.root,
# "-C", # "-C",
path.join(self.root, self.name), path.join(self.root, self.name),
path.join(output_root, self.name), path.join(output_root, "web"),
] ]
build_main(arguments) build_main(arguments)