Skip to content

Commit 4decc59

Browse files
author
Greg Turnquist
committed
Fixed to make sure target/docs/sphinx exists.
1 parent 147d269 commit 4decc59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ def docs_sphinx():
388388
os.chdir("docs/sphinx")
389389
os.system("make clean html epub")
390390
os.chdir(cur)
391+
os.makedirs("target/docs/sphinx")
391392
shutil.copytree("docs/sphinx/build/html", "target/docs/sphinx")
392393
shutil.copy("docs/sphinx/build/epub/SpringPython.epub", "target/docs/")
393394

0 commit comments

Comments
 (0)