This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: py.svg not found on search result page
Type: Stage: resolved
Components: Documentation Versions: Python 3.11
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, jugmac00
Priority: normal Keywords:

Created on 2021-05-09 08:09 by jugmac00, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Screenshot from 2021-05-09 10-04-17.png jugmac00, 2021-05-09 08:09
Messages (2)
msg393308 - (view) Author: Jürgen Gmach (jugmac00) * Date: 2021-05-09 08:09
repro: 
- go to docs (Python 3.11)
- open dev console in browser
- search for e.g ."xml rpc"
-> 404 py.svg not found


or open dev console and got to this URL directly:
https://docs.python.org/3.11/search.html?q=xml+rpc

P.S.: No 404 for the docs on 3.10
msg393799 - (view) Author: Jürgen Gmach (jugmac00) * Date: 2021-05-17 09:13
I was not aware there is a dedicated project for the sphinx theme.

I created an issue at https://github.com/python/python-docs-theme/issues/80

Let's close this here.
History
Date User Action Args
2022-04-11 14:59:45adminsetgithub: 88252
2021-05-17 09:13:58jugmac00setstatus: open -> closed

messages: + msg393799
stage: resolved
2021-05-09 08:09:32jugmac00create