GH-50257: [CI][Docs] Fix doxygen failing due to double backticks#50259
Open
raulcd wants to merge 1 commit into
Open
GH-50257: [CI][Docs] Fix doxygen failing due to double backticks#50259raulcd wants to merge 1 commit into
raulcd wants to merge 1 commit into
Conversation
|
|
pitrou
approved these changes
Jun 25, 2026
Member
|
@AntoinePrv FYI |
pitrou
approved these changes
Jun 25, 2026
pitrou
left a comment
Member
There was a problem hiding this comment.
If it fixes the CI then good 🤷
Member
Author
|
@pitrou let's not merge yet, this fixed doxygen but I think the docs job still fail due to the last PR merged also breaking docs: I can see some doctest failures locally now that the job has run to completion: |
Member
Author
|
It seems to be passing on CI and not related to the issue I pointed. It might be a stale local environment from my side. As I can't reproduce on CI, I think we can ignore my local failure. |
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.
Rationale for this change
Doxygen is currently failing on main
What changes are included in this PR?
Remove double backticks because they trip doxygen.
Are these changes tested?
I have tested them locally with:
archery docker run conda-python-docsWithout the change I could reproduce the CI issue. With the change the job is successful.
Are there any user-facing changes?
No