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: support sphinx versions 7.3.0 and above #1450

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

hanzhinstas
Copy link

sphinx rearranged code for python domain splitting it into smaller parts, so versions newer or equal 7.3.0 have this function in different place. Dagor has moved to sphinx 8+ for documentation and we need this change.

Sphinx8 has mostly deprecated string-like paths and is now (almost everywhere) using PathLike objects for which addition with strings is not possible, so f-strings are now required

sphinx rearranged code for python domain splitting it into smaller
parts, so versions newer or equal 7.3.0 have this function in different
place. Dagor has moved to sphinx 8+ for documentation and we need this
change.

Sphinx8 has mostly deprecated string-like paths and is now (almost
everywhere) using PathLike objects for which addition with strings is
not possible, so f-strings are now required
@borisbat borisbat merged commit a98717b into GaijinEntertainment:master Dec 24, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants