-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Backport to 1.10: bump Documenter to 1.15.0 (include several PRs) #60129
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
base: backports-release-1.10
Are you sure you want to change the base?
Backport to 1.10: bump Documenter to 1.15.0 (include several PRs) #60129
Conversation
38b3544 to
8bc8c88
Compare
A couple small fixes and cosmetic improvements to the Unicode table in the docs: * Most importantly, makes sure that the resulting object from the at-eval block is `Markdown.MD`, which which will be necessary for Documenter 1.0 (#47105). It also fixes the `Markdown.Table` structure -- each of the cells should be an array, not just a string, so it adds one more layer of nesting. * Cosmetically, center-aligns the characters, and wraps the latex commands in `<code>`
Currently mainly to test a few things on CI here, but will update this to an actual PR once 0.28.0 is out. --------- Co-authored-by: Lilith Orion Hafner <[email protected]>
8bc8c88 to
b67c572
Compare
The documentation builds can fail if the Julia source code is not properly in a Git repo (tarballs, Buildkite). This should ensure that Documenter knows which remote repository corresponds to the Julia source tree. Hopefully will fix JuliaCI/julia-buildkite#336
1f1f77e to
44cdb79
Compare
|
I'll merge this into the backports branch. Worst case we can revert it. |
|
I see the "don't squash" label here. @KristofferC Is it okay for me to regular-merge this into the backports branch? Or do we want to avoid having merge commits on the backports branch? |
|
I put the "no squash" on this because it technically backports four PRs, each in one commit. That said, for me personally it doesn't matter, but perhaps it does for some tooling? |
|
Oh and of course I also could now update it to go to Documenter 1.16, see #60132 ... |
Manual backport of several PRs to get Documenter to 1.15.0:
Actually I cheated: I built this using Julia 1.10.10 because I was unable to build from the release-1.10 branch. See #60128