PR: Make css from Help match the application theme - #26253
Open
conradolandia wants to merge 9 commits into
Open
Conversation
…ments/main.yml`, `spyder/dependencies.py` - Updated CONF_VERSION to 88.2.0, following instructions in `spyder/config/main.py`, where also I defined "css_path" as None, to avoid the need for an import; the application takes the style at a later stage. - Removed unneeded files in `spyder/plugins/help/utils/static/` - Finished updating help CSS import from spyder-themes
Also, improve docstring of that method a bit.
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 of Changes
Use the new CSS assets for the Spyder help plugin present in
spyder-themessince version 1.0.7 (currently we use 1.0.9).This package now provides all the CSS and assets required to render the help window with the same style as the current theme.
Help plugin with Dracula (dark)

Help plugin with Solarized (dark)

Help plugin displaying some code examples in Solarized (light)

Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: @conradolandia