8000 DOC: Follow-up fixes for new theme by melissawm · Pull Request #26311 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Follow-up fixes for new theme #26311

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

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

melissawm
Copy link
Member

Fixes spacing between logo and navbar section titles, and admonition colors.

This is a follow-up to #26125 - I noticed the navbar spacing was off, and that the regular admonitions were erroneously taking colors from the legacy admonition colors.

Fixes spacing between logo and navbar section titles, and admonition colors.

[skip azp] [skip cirrus]
@mattip
Copy link
Member
mattip commented Apr 18, 2024

Thanks. If you add this to the commit, only doc building (circleci) will run:

[skip azp][skip actions][skip cirrus]

I wonder how we can make that the default for PRs that only touch ./doc

@mattip
Copy link
Member
mattip commented Apr 18, 2024

Looks better: compare this PR to the same page in devdocs. The heading fits into one line and the "Examples" admonitions are style in a blue rather than an orange.

@mattip mattip merged commit 1e9af74 into numpy:main Apr 18, 2024
@mattip
Copy link
Member
mattip commented Apr 18, 2024

Thanks @melissawm