We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected result: Text is readable
Actual result: Uses a yellow background suitable for light mode, not dark, making text unreadable:
This is because of this CSS in https://docs.python.org/3.13/_static/basic.css:
.footnote:target { background-color: #ffa; }
This CSS comes from Sphinx:
https://github.com/sphinx-doc/sphinx/blob/35965903177c6ed9a6afb62ccd33243a746a3fc0/sphinx/themes/basic/static/basic.css_t#L715-L717
But I guess we should fix it in this theme?
Note: Cannot reproduce with https://docs.python.org/3.12/library/gettext.html because it uses Sphinx 4.5.0, and the CSS only applies to the structure in 5+.
The text was updated successfully, but these errors were encountered:
Bummer: Now it can be reproduced there. I guess the site pulled in Sphinx updates, but not updates to the theme!
(Edit: Currently reproduces in the docs for 3.11, 3.12, and 3.13.)
Sorry, something went wrong.
It's not releases yet :) #162 (comment)
But thanks for the ping!
Successfully merging a pull request may close this issue.
Expected result: Text is readable
Actual result: Uses a yellow background suitable for light mode, not dark, making text unreadable:
This is because of this CSS in https://docs.python.org/3.13/_static/basic.css:
This CSS comes from Sphinx:
https://github.com/sphinx-doc/sphinx/blob/35965903177c6ed9a6afb62ccd33243a746a3fc0/sphinx/themes/basic/static/basic.css_t#L715-L717
But I guess we should fix it in this theme?
Note: Cannot reproduce with https://docs.python.org/3.12/library/gettext.html because it uses Sphinx 4.5.0, and the CSS only applies to the structure in 5+.
The text was updated successfully, but these errors were encountered: