upgrade sphinx build
This commit is contained in:
parent
17a1f28f5e
commit
bd57b4d9f1
1 changed files with 2 additions and 2 deletions
4
build.py
4
build.py
|
@ -4,7 +4,7 @@ import os
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
import sphinx
|
import sphinx.cmd.build
|
||||||
|
|
||||||
TRAVAUX = ['blanc']
|
TRAVAUX = ['blanc']
|
||||||
INPUT = ["cnam"]
|
INPUT = ["cnam"]
|
||||||
|
@ -37,7 +37,7 @@ def main():
|
||||||
os.path.join(directory, doc),
|
os.path.join(directory, doc),
|
||||||
os.path.join(output_directory, doc),
|
os.path.join(output_directory, doc),
|
||||||
]
|
]
|
||||||
sphinx.build_main(arguments)
|
sphinx.cmd.build.build_main(arguments)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue