Skip to content

Commit 3c02522

Browse files
author
Greg Turnquist
committed
Refining creation of sphinx artifacts.
1 parent 5236812 commit 3c02522

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
@@ -389,6 +389,7 @@ def docs_sphinx():
389389
os.system("make html epub")
390390
os.chdir(cur)
391391
shutil.copytree("docs/sphinx/build/html", "target/docs/sphinx")
392+
shutil.copy("docs/sphinx/build/epub/SpringPython.epub", "target/docs/")
392393

393394
def create_pydocs():
394395
sys.path.append(os.getcwd() + "/src")

0 commit comments

Comments
 (0)