Fix gRPC Python docs website layout - use spaces optimally#40073
Closed
asheshvidyut wants to merge 15 commits intogrpc:masterfrom
Closed
Fix gRPC Python docs website layout - use spaces optimally#40073asheshvidyut wants to merge 15 commits intogrpc:masterfrom
asheshvidyut wants to merge 15 commits intogrpc:masterfrom
Conversation
asheshvidyut
commented
Jun 30, 2025
| html_theme = 'alabaster' | ||
| html_theme_options = { | ||
| 'fixed_sidebar': True, | ||
| 'page_width': '1140px', |
Member
Author
There was a problem hiding this comment.
Preserving this by min-width 800px + 340px in css above.
asheshvidyut
commented
Jul 2, 2025
| color: #444 !important; | ||
| } | ||
| .sphinxsidebar h3, .sphinxsidebar h4, .sphinxsidebar p, .sphinxsidebar h3 a { | ||
| color: #444 !important; |
Member
Author
There was a problem hiding this comment.
This and line 38 is required to prevent changing color.
| margin: 20px 50px 30px auto !important; | ||
| } | ||
|
|
||
| @media (max-width: 875px) { |
Member
Author
There was a problem hiding this comment.
875px is taken because the library internally changes colors and layout at this point
sreenithi
approved these changes
Jul 2, 2025
asheshvidyut
added a commit
to asheshvidyut/grpc
that referenced
this pull request
Jul 12, 2025
### Description Fix the gRPC Python docs website layout - using spaces optimally. ### Testing https://github.com/user-attachments/assets/71294138-bf22-4497-975d-ef3b67cddef2 Closes grpc#40073 COPYBARA_INTEGRATE_REVIEW=grpc#40073 from asheshvidyut:feature/docs/python-html-layout 68444d4 PiperOrigin-RevId: 778759809
paulosjca
pushed a commit
to paulosjca/grpc
that referenced
this pull request
Aug 23, 2025
### Description Fix the gRPC Python docs website layout - using spaces optimally. ### Testing https://github.com/user-attachments/assets/71294138-bf22-4497-975d-ef3b67cddef2 Closes grpc#40073 COPYBARA_INTEGRATE_REVIEW=grpc#40073 from asheshvidyut:feature/docs/python-html-layout 68444d4 PiperOrigin-RevId: 778759809
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix the gRPC Python docs website layout - using spaces optimally.
Testing
new-layout-python-api-small.mov