https://github.com/python/cpython/commit/468b9aeb922470c26275ce7dda1e6d570a3323f3 commit: 468b9aeb922470c26275ce7dda1e6d570a3323f3 branch: main author: lyc8503 <[email protected]> committer: encukou <[email protected]> date: 2024-04-18T10:45:25+02:00 summary:
gh-116932: Add note on how to report python documentation theme bugs (GH-117989) files: A Misc/NEWS.d/next/Documentation/2024-04-17-22-16-19.gh-issue-116932.lETyxa.rst M Doc/bugs.rst diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 908987cf41ff6e..9aff2f0ff5187d 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 <https://discuss.python.org/c/documentation/26>`_. +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 <https://github.com/python/python-docs-theme>`_. + If you're short on time, you can also email documentation bug reports to [email protected] (behavioral bugs can be sent to [email protected]). '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 00000000000000..41885bcf663440 --- /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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
