We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246ffe2 commit 46d6050Copy full SHA for 46d6050
build.py
@@ -309,7 +309,8 @@ def docs_sphinx():
309
os.chdir("docs/sphinx")
310
os.system("make clean html epub man")
311
os.chdir(cur)
312
- shutil.copytree("docs/sphinx/build/html", "target/docs/sphinx")
+ shutil.copytree("docs/sphinx/build/html", "target/docs/sphinx/html")
313
+ shutil.copytree("docs/sphinx/build/man", "target/docs/sphinx/man")
314
shutil.copy("docs/sphinx/build/epub/SpringPython.epub", "target/docs/")
315
316
def create_pydocs():
0 commit comments