diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-04-18 08:52:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 08:52:09 (GMT) |
commit | 5af8fcaf05e5b3741797efd3aaefcc071f3c156c (patch) | |
tree | ecc2e364d66f39f4162d0892eb95489fd26f53d4 | |
parent | 9f4ae13d2a432faa80e76e3948aec43f856fd320 (diff) | |
download | cpython-5af8fcaf05e5b3741797efd3aaefcc071f3c156c.zip cpython-5af8fcaf05e5b3741797efd3aaefcc071f3c156c.tar.gz cpython-5af8fcaf05e5b3741797efd3aaefcc071f3c156c.tar.bz2 |
[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 <me@lyc8503.site>
-rw-r--r-- | Doc/bugs.rst | 4 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2024-04-17-22-16-19.gh-issue-116932.lETyxa.rst | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 908987c..9aff2f0 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 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 0000000..41885bc --- /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 |