mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-07-21 12:41:10 +02:00
Docs: fix sphinx (win) could not handle spaces in path
This commit is contained in:
2
build.py
2
build.py
@@ -1182,7 +1182,7 @@ def cmd_sphinx(options, args):
|
||||
htmlDir = os.path.join(phoenixDir(), 'docs', 'html')
|
||||
sphinx_log = os.path.join(htmlDir, 'warnings', 'sphinx_warnings.log')
|
||||
|
||||
runcmd('{} -m sphinx --builder html --color --warning-file {} \
|
||||
runcmd('"{}" -m sphinx --builder html --color --warning-file {} \
|
||||
--doctree-dir {}/doctrees . {}'.format(PYTHON, sphinx_log, buildDir, htmlDir))
|
||||
del pwd2
|
||||
|
||||
|
Reference in New Issue
Block a user