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 74
74
'root_include_title' : False # We use the version switcher instead.
75
75
}
76
76
77
+ # Override stylesheet fingerprinting for Windows CHM htmlhelp to fix GH-91207
78
+ # https://github.com/python/cpython/issues/91207
79
+ if any ('htmlhelp' in arg for arg in sys .argv ):
80
+ html_style = 'pydoctheme.css'
81
+ print ("\n WARNING: Windows CHM Help is no longer supported." )
82
+ print ("It may be removed in the future\n " )
83
+
77
84
# Short title used e.g. for <title> HTML tags.
78
85
html_short_title = '%s Documentation' % release
79
86
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