-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
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
[Doc] Make front page images non clickable #32738
[Doc] Make front page images non clickable #32738
Conversation
Signed-off-by: Archit Kulkarni <[email protected]>
Signed-off-by: Archit Kulkarni <[email protected]>
Signed-off-by: Archit Kulkarni <[email protected]>
Thank you for finding and fixing that, @architkulkarni! Going to assign this to someone in the codeowner group who has more context than me for a review of the code. |
…es-non-clickable
Doc build looks good, non clickable as desired https://ray--32738.org.readthedocs.build/en/32738/ |
@maxpumperla Could you please review this when you get a chance? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
A Sphinx issue automatically makes images clickable whenever they're scaled (see https://stackoverflow.com/questions/40096251/disable-click-behavior-for-images). Clicking takes you to a full size version of the image. On the front page of the docs, there are four prominent images that look like buttons. The user would expect clicking them to take you to a docs page, but instead it just takes you to the image. (See the linked issue for details) Since there's no single docs page corresponding to each of these four images, in this PR we opt to make these images non clickable. Signed-off-by: elliottower <[email protected]>
A Sphinx issue automatically makes images clickable whenever they're scaled (see https://stackoverflow.com/questions/40096251/disable-click-behavior-for-images). Clicking takes you to a full size version of the image. On the front page of the docs, there are four prominent images that look like buttons. The user would expect clicking them to take you to a docs page, but instead it just takes you to the image. (See the linked issue for details) Since there's no single docs page corresponding to each of these four images, in this PR we opt to make these images non clickable. Signed-off-by: Jack He <[email protected]>
Why are these changes needed?
A Sphinx issue automatically makes images clickable whenever they're scaled (see https://stackoverflow.com/questions/40096251/disable-click-behavior-for-images). Clicking takes you to a full size version of the image.
On the front page of the docs, there are four prominent images that look like buttons. The user would expect clicking them to take you to a docs page, but instead it just takes you to the image. (See the linked issue for details)
Since there's no single docs page corresponding to each of these four images, in this PR we opt to make these images non clickable.
Related issue number
Closes #32737
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.