[docs] Fix doc build error in release-0.288.rst#23153
Closed
steveburnett wants to merge 1 commit intoprestodb:masterfrom
Closed
[docs] Fix doc build error in release-0.288.rst#23153steveburnett wants to merge 1 commit intoprestodb:masterfrom
steveburnett wants to merge 1 commit intoprestodb:masterfrom
Conversation
Contributor
Author
|
ci/circleci: linux-presto-e2e-tests failed, see Details. |
elharo
previously approved these changes
Jul 9, 2024
tdcmeehan
previously approved these changes
Jul 10, 2024
1644262 to
41a8582
Compare
Contributor
Author
|
Added a space after a sentence to re-run the tests, and ci/circleci: linux-presto-e2e-tests failed again. Today's ci/circleci: linux-presto-e2e-tests failure details Yesterday's ci/circleci: linux-presto-e2e-tests failure details Any suggestions? |
41a8582 to
4dfb978
Compare
4dfb978 to
caf7b1a
Compare
Contributor
Author
|
Closing and resubmitting as #23210 because of test failure mentioned previously. |
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
Fixes doc build error
/Users/steveburnett/Documents/GitHub/presto/presto-docs/src/main/sphinx/release/release-0.288.rst:39: WARNING: Inline literal start-string without end-string.I thought that I had caught this in #23079 but apparently not.
Motivation and Context
Builds on work in #23090, #23033, #22876, and #22985.
Like the doc build errors I fixed in the other PRs, these errors don't stop the build but they're annoying, and these are easy and low-risk fixes.
Impact
Documentation builds.
Test Plan
Local doc builds:
before:
build succeeded, 20 warnings.after:
build succeeded, 19 warnings.Reviewed local doc build to confirm the fix didn't break any text display or formatting errors.
Contributor checklist
Release Notes