parent
534e91ce36
commit
041f903f88
1 changed files with 0 additions and 4 deletions
4
build.py
4
build.py
|
@ -12,7 +12,6 @@ from rwx.prj.sphinx import SphinxProject
|
||||||
TRAVAUX = [
|
TRAVAUX = [
|
||||||
# "thesis",
|
# "thesis",
|
||||||
]
|
]
|
||||||
OUTPUT = "out"
|
|
||||||
|
|
||||||
|
|
||||||
def others():
|
def others():
|
||||||
|
@ -29,9 +28,6 @@ def main():
|
||||||
others()
|
others()
|
||||||
# project
|
# project
|
||||||
sys.exit(SphinxProject(Path(__file__)).build())
|
sys.exit(SphinxProject(Path(__file__)).build())
|
||||||
output_directory = os.path.join(directory, OUTPUT)
|
|
||||||
shutil.rmtree(output_directory, ignore_errors=True)
|
|
||||||
sphinx.cmd.build.build_main(arguments)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue