summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2018-07-02 20:31:42 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2018-07-02 20:31:42 (GMT)
commitd824ca7f4df9b5f77cf02490b0e98c2408e21fee (patch)
treedfa7a685d900d6e7d14fd95e16b7b2820a04b501 /Doc
parent087570af6d5d39b51bdd5e660a53903960e58678 (diff)
downloadcpython-d824ca7f4df9b5f77cf02490b0e98c2408e21fee.zip
cpython-d824ca7f4df9b5f77cf02490b0e98c2408e21fee.tar.gz
cpython-d824ca7f4df9b5f77cf02490b0e98c2408e21fee.tar.bz2
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
The line-length limit is not needed because the pages appear in a separate app rather than on a browser tab. It can also interact badly with the DPI setting.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/make.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/make.bat b/Doc/make.bat
index cff85ce..d28dae7 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -131,6 +131,9 @@ if exist ..\Misc\NEWS (
if NOT "%PAPER%" == "" (
set SPHINXOPTS=-D latex_elements.papersize=%PAPER% %SPHINXOPTS%
)
+if "%1" EQU "htmlhelp" (
+ set SPHINXOPTS=-D html_theme_options.body_max_width=none %SPHINXOPTS%
+)
cmd /S /C "%SPHINXBUILD% %SPHINXOPTS% -b%1 -dbuild\doctrees . "%BUILDDIR%\%1" %2 %3 %4 %5 %6 %7 %8 %9"
if "%1" EQU "htmlhelp" (