mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
parent
23196a564b
commit
896c4777c6
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ def buildPythonDocs():
|
|||
curDir = os.getcwd()
|
||||
os.chdir(buildDir)
|
||||
runCommand('make update')
|
||||
runCommand('make html')
|
||||
runCommand("make html PYTHON='%s'" % os.path.abspath(sys.executable))
|
||||
os.chdir(curDir)
|
||||
if not os.path.exists(docdir):
|
||||
os.mkdir(docdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue