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",
|
||||
"-j", "2",
|
||||
"-b", "html",
|
||||
"-D", "project={}".format(self.name),
|
||||
"-D", f"project={self.name}",
|
||||
"-D", "master_doc={}".format("index"),
|
||||
"-D", "html_theme={}".format("sphinx_rtd_theme"),
|
||||
"-c", self.root,
|
||||
|
|
Loading…
Reference in a new issue