docs: bump all documentation dependencies#1325
Open
onerandomusername wants to merge 16 commits intomasterfrom
Open
docs: bump all documentation dependencies#1325onerandomusername wants to merge 16 commits intomasterfrom
onerandomusername wants to merge 16 commits intomasterfrom
Conversation
Member
|
Are you planning on dropping hoverxref in this or in a separate PR? |
Member
Author
Planning to drop hoverxref on another PR. This one is also blocked by needing to figure out pyright 3.8-3.10 overrides |
2dec816 to
09d338d
Compare
4857b3b to
ae1143c
Compare
ea89f22 to
47f9903
Compare
47f9903 to
949ec12
Compare
949ec12 to
3a24064
Compare
Member
|
Looks good overall! A couple things:
|
Member
|
A couple more things I noticed:
(also, thanks for including links to all the changelogs <3) |
this is by no means perfect; long story short, sphinx changed the search scorer algorithm to actually take the configured `title` score (15) into account for matching titles, instead of a fixed 100. This, in turn, meant that any and all page matches would now be ranked at the bottom, since the custom search scorer inflates the score of all `disnake.*` objects to a score right below 100. To resolve this, the scorer now assigns these API results a score of 14-15, i.e. right below pages with matching titles again. API results with a longer or later submatch continue to receive a higher score penalty, and are therefore closer to 14 rather than 15.
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.

What Changed
Bump all documentation dependencies, restrict them to python 3.11, bump the entire documentation to 3.11 too.
Changelogs
23.6.0->25.8.0Deprecations
sphinx-hoverxref uses some interfaces removed in sphinx 9.0. However, sphinx-hoverxref is it itself deprecated, so we should drop it anyhow.
Depends on
#1341, which limits docs to only being typechecked on the version it runs on.