-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
HTML search: adjustments to type-dependent CSS classnames and defaults #12815
HTML search: adjustments to type-dependent CSS classnames and defaults #12815
Conversation
We also need to update the docs: https://www.sphinx-doc.org/en/master/development/html_themes/index.html#styling-with-css In addition to the Also, since sphinx13 is only used for the sphinx docs and they are deployed via rtd, I suggest to remove all the CSS added to it in #12474, because it does not have any effect. |
This is release-critical: The |
Makes sense, yep - I'll add a note about that soon.
I'm not sure I agree with this; I fairly frequently (not always, by any means) build Sphinx's documentation locally during development and testing, and it's useful to have the functinality available there to check and inspect. |
… with third-party search providers
Sure. In that case, add a comment that this is only for dev builds to avoid confusion for people looking into the code and trying to map it to released docs. |
@AA-Turner @picnixz could we fit this in before a v8.0.3 release? I had suggested a CSS naming convention in #12474 that overlaps with some already-in-use CSS classes; it'd be nice to avoid these appearing in a published release (an |
Next release will be 8.1. Do we need to make a special 8.0.3 release? A |
No, we do not need a patch/hotfix release for this; the Provided that we merge this before the next release (8.1 in that case), then all is well. |
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Thank you @AA-Turner! |
Feature or Bugfix
Purpose
context-
tokind-
-- because we already use the termcontext
elsewhere to refer to search summary snippets (and that is therefore a widely-deployed CSS classname).Detail
context-
prefixes tokind-
.25A1
codepointlist-style-type
for default search results (in the built-insphinx13
theme).Relates
cc @AA-Turner @timhoffm