From 468b9aeb922470c26275ce7dda1e6d570a3323f3 Mon Sep 17 00:00:00 2001 From: lyc8503 Date: Thu, 18 Apr 2024 16:45:25 +0800 Subject: [PATCH] gh-116932: Add note on how to report python documentation theme bugs (GH-117989) --- Doc/bugs.rst | 4 ++++ .../2024-04-17-22-16-19.gh-issue-116932.lETyxa.rst | 1 + 2 files changed, 5 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2024-04-17-22-16-19.gh-issue-116932.lETyxa.rst diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 908987cf41f..9aff2f0ff51 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -22,6 +22,10 @@ have a suggestion on how to fix it, include that as well. You can also open a discussion item on our `Documentation Discourse forum `_. +If you find a bug in the theme (HTML / CSS / JavaScript) of the +documentation, please submit a bug report on the `python-doc-theme bug +tracker `_. + If you're short on time, you can also email documentation bug reports to docs@python.org (behavioral bugs can be sent to python-list@python.org). 'docs@' is a mailing list run by volunteers; your request will be noticed, diff --git a/Misc/NEWS.d/next/Documentation/2024-04-17-22-16-19.gh-issue-116932.lETyxa.rst b/Misc/NEWS.d/next/Documentation/2024-04-17-22-16-19.gh-issue-116932.lETyxa.rst new file mode 100644 index 00000000000..41885bcf663 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2024-04-17-22-16-19.gh-issue-116932.lETyxa.rst @@ -0,0 +1 @@ +Add notes on how to report python documentation theme bugs