Follow up to #6140 (which is locked)
In the sidebar the links to the docs in different languages point to e.g. fr.python-requests.org. These are specified in these files:
While there are translations of the docs on readthedocs, at least the German docs are woefully out of date. It might be better just to remove that section of the sidebar entirely.
The search box in the sidebar (which uses algolia search) has its links pointing to pages under https://2.python-requests.org/en/master. I can't find where this is configured. As it stands the search is non-functional.
Follow up to #6140 (which is locked)
In the sidebar the links to the docs in different languages point to e.g.
fr.python-requests.org. These are specified in these files:requests/docs/_templates/sidebarintro.html
Line 65 in 79f2ec3
requests/docs/_templates/sidebarlogo.html
Line 60 in 79f2ec3
While there are translations of the docs on readthedocs, at least the German docs are woefully out of date. It might be better just to remove that section of the sidebar entirely.
The search box in the sidebar (which uses algolia search) has its links pointing to pages under
https://2.python-requests.org/en/master. I can't find where this is configured. As it stands the search is non-functional.