diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index f5a602f7c2..5e290961fa 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -250,6 +250,7 @@ class iPadOutput(OutputProfile): screen_size = (768, 1024) comic_screen_size = (768, 1024) dpi = 132.0 + supports_nested_toc = False class SonyReaderOutput(OutputProfile):