mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix duplicate entries int he ToC for the EPUB and AZW3 versions of the User Manual
This commit is contained in:
parent
14431cee13
commit
3ba4f7d607
@ -83,9 +83,9 @@ class Manual(Command):
|
||||
os.environ['__version__'] = __version__
|
||||
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'])
|
||||
with self:
|
||||
subprocess.check_call(['sphinx-build', '-b', 'myepub', '-d',
|
||||
'.build/doctrees', '.', '.build/epub'])
|
||||
subprocess.check_call(['sphinx-build', '-b', 'mylatex', '-d',
|
||||
'.build/doctrees', '.', '.build/latex'])
|
||||
pwd = os.getcwdu()
|
||||
|
Loading…
x
Reference in New Issue
Block a user