f
This commit is contained in:
parent
7e55db1217
commit
865e2cfd91
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class SphinxProject(Project):
|
||||||
"-E",
|
"-E",
|
||||||
"-j", "2",
|
"-j", "2",
|
||||||
"-b", "html",
|
"-b", "html",
|
||||||
"-D", "project={}".format(self.name),
|
"-D", f"project={self.name}",
|
||||||
"-D", "master_doc={}".format("index"),
|
"-D", "master_doc={}".format("index"),
|
||||||
"-D", "html_theme={}".format("sphinx_rtd_theme"),
|
"-D", "html_theme={}".format("sphinx_rtd_theme"),
|
||||||
"-c", self.root,
|
"-c", self.root,
|
||||||
|
|
Loading…
Reference in a new issue