This commit is contained in:
Marc Beninca 2024-06-10 09:38:08 +02:00
parent 5666177582
commit b197a15689
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ class SphinxProject(Project):
super().__init__(file_path) super().__init__(file_path)
def build(self): def build(self):
output_root: str = path.join(self.root, 'out') output_root: str = path.join(self.root, "out")
wipe(output_root) wipe(output_root)
arguments: list[str] = [ arguments: list[str] = [
"-E", "-E",

View file

@ -1 +1 @@
CHARSET = 'UTF-8' CHARSET = "UTF-8"