Skip to content
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: remove default logo [ci doc] #25429

Merged
merged 1 commit into from Mar 11, 2023
Merged

Conversation

jklymak
Copy link
Member

@jklymak jklymak commented Mar 10, 2023

PR Summary

#25423 didn't quite get th logo correct, in particular the dark logo was not being used in dark mode. I'm not sure what caused this, because it works fine in mpl-sphinx-theme, but mpl-sphinx-theme doesn't set html-logo so let's try removing that.

PR Checklist

Documentation and Tests

  • Has pytest style unit tests (and pytest passes)
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).
  • New plotting related features are documented with examples.

Release Notes

  • New features are marked with a .. versionadded:: directive in the docstring and documented in doc/users/next_whats_new/
  • API changes are marked with a .. versionchanged:: directive in the docstring and documented in doc/api/next_api_changes/
  • Release notes conform with instructions in next_whats_new/README.rst or next_api_changes/README.rst

@jklymak jklymak marked this pull request as ready for review March 10, 2023 20:38
@jklymak
Copy link
Member Author

jklymak commented Mar 10, 2023

OK, the logos are correct now.

python -m pip install --user \
numpy<< parameters.numpy_version >> codecov coverage \
-r requirements/doc/doc-requirements.txt
python -m pip install --no-deps --user \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mpl-sphinx-theme is in our requirements, and we are pinning it, so the git-install has to happen subsequent to the pin.

Copy link
Member

@QuLogic QuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seemed to work when I checked Circle results.

@QuLogic QuLogic merged commit bacd025 into matplotlib:main Mar 11, 2023
26 of 27 checks passed
@QuLogic QuLogic added this to the v3.8.0 milestone Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants