This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients gladman, jcasale, mdk, methane, ned.deily, paul.moore, roelschroeven, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-07-01.07:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530430374.75.0.56676864532.issue34006@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.sphinx-doc.org/en/master/theming.html#builtin-themes

> body_max_width (int or str): Maximal width of the document body. This can be an int, which is interpreted as pixels or a valid CSS dimension string such as ‘70em’ or ‘50%’. Use ‘none’ if you don’t want a width limit. Defaults may depend on the theme (often 800px).

Maybe, all you we need to do is adding "-D html_theme_options.body_max_width=none" option to sphinx-build when building html for htmlhelp, in Doc/make.bat.

I confirmed this option works with "make html", but I don't have environment for building htmlhelp for now.
History
Date User Action Args
2018-07-01 07:32:54methanesetrecipients: + methane, terry.reedy, paul.moore, tim.golden, ned.deily, zach.ware, steve.dower, gladman, jcasale, mdk, roelschroeven
2018-07-01 07:32:54methanesetmessageid: <1530430374.75.0.56676864532.issue34006@psf.upfronthosting.co.za>
2018-07-01 07:32:54methanelinkissue34006 messages
2018-07-01 07:32:54methanecreate