From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:52:09 +0000 (+0200) Subject: [3.12] gh-116932: Add note on how to report python documentation theme bugs (GH-11798... X-Git-Tag: v3.12.4~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5af8fcaf05e5b3741797efd3aaefcc071f3c156c;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-116932: Add note on how to report python documentation theme bugs (GH-117989) (GH-118031) gh-116932: Add note on how to report python documentation theme bugs (GH-117989) (cherry picked from commit 468b9aeb922470c26275ce7dda1e6d570a3323f3) Co-authored-by: lyc8503 --- diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 908987cf41ff..9aff2f0ff518 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 000000000000..41885bcf6634 --- /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