File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Misc/NEWS.d/next/Documentation Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 79
79
'root_include_title' : False # We use the version switcher instead.
80
80
}
81
81
82
+ # Override stylesheet fingerprinting for Windows CHM htmlhelp to fix GH-91207
83
+ # https://github.com/python/cpython/issues/91207
84
+ if any ('htmlhelp' in arg for arg in sys .argv ):
85
+ html_style = 'pydoctheme.css'
86
+ print ("\n WARNING: Windows CHM Help is no longer supported." )
87
+ print ("It may be removed in the future\n " )
88
+
82
89
# Short title used e.g. for <title> HTML tags.
83
90
html_short_title = '%s Documentation' % release
84
91
Original file line number Diff line number Diff line change
1
+ Fix stylesheet not working in Windows CHM htmlhelp docs
2
+ and add warning that they are deprecated.
3
+ Contributed by C.A.M. Gerlach.
You can’t perform that action at this time.
0 commit comments