mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-06 16:44:13 +01:00
Use python 2 version of sphinx-build
This commit is contained in:
parent
5a57212647
commit
6830bbdfe1
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def run(self, opts):
|
|||
os.makedirs('.build'+os.sep+'html')
|
||||
os.environ['__appname__'] = __appname__
|
||||
os.environ['__version__'] = __version__
|
||||
subprocess.check_call(['sphinx-build', '-b', 'html', '-t', 'online',
|
||||
subprocess.check_call(['sphinx-build2', '-b', 'html', '-t', 'online',
|
||||
'-d', '.build/doctrees', '.', '.build/html'])
|
||||
subprocess.check_call(['sphinx-build', '-b', 'myepub', '-d',
|
||||
'.build/doctrees', '.', '.build/epub'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue