summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2022-08-02 19:04:12 (GMT)
committerGitHub <noreply@github.com>2022-08-02 19:04:12 (GMT)
commit7c5f13f391ad9112bb238f2bbccca749f4b7923d (patch)
tree685a218a52a8df46e43cb3d0c7ae9d8f622acabb /Misc
parent8a7bf2d28cdb3579cd33a9c9deb9b5d30eacb086 (diff)
downloadcpython-7c5f13f391ad9112bb238f2bbccca749f4b7923d.zip
cpython-7c5f13f391ad9112bb238f2bbccca749f4b7923d.tar.gz
cpython-7c5f13f391ad9112bb238f2bbccca749f4b7923d.tar.bz2
gh-91207: Override stylesheet fingerprinting when building for HTML Help (GH-95556)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2022-08-01-23-17-04.gh-issue-91207._P8i0B.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-08-01-23-17-04.gh-issue-91207._P8i0B.rst b/Misc/NEWS.d/next/Documentation/2022-08-01-23-17-04.gh-issue-91207._P8i0B.rst
new file mode 100644
index 0000000..d71de3e
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2022-08-01-23-17-04.gh-issue-91207._P8i0B.rst
@@ -0,0 +1,2 @@
+Fix stylesheet not working in Windows CHM htmlhelp docs.
+Contributed by C.A.M. Gerlach.