sphinx/web
This commit is contained in:
parent
282e2ac7a1
commit
519613eeeb
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ class SphinxProject(Project):
|
||||||
self.root,
|
self.root,
|
||||||
# "-C",
|
# "-C",
|
||||||
path.join(self.root, self.name),
|
path.join(self.root, self.name),
|
||||||
path.join(output_root, self.name),
|
path.join(output_root, "web"),
|
||||||
]
|
]
|
||||||
build_main(arguments)
|
build_main(arguments)
|
||||||
|
|
Loading…
Reference in a new issue