This commit is contained in:
Marc Beninca 2024-03-04 11:45:38 +01:00
parent 7e55db1217
commit 865e2cfd91
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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,