linting
This commit is contained in:
parent
5666177582
commit
b197a15689
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
CHARSET = 'UTF-8'
|
CHARSET = "UTF-8"
|
||||||
|
|
Loading…
Reference in a new issue