You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't updated CHANGELOG.md yet because it's still in a pre-2.0 state. I thought I'd better check with you first before modifying it (or opening a PR to sync with 2.0).
Yes! I made the same patch when I was testing sphinx-llm, but I must've forgotten to add it to the final implementation. Thanks for the fix!
I haven't updated CHANGELOG.md yet because it's still in a pre-2.0 state. I thought I'd better check with you first before modifying it (or opening a PR to sync with 2.0).
That's my bad. If you're fine with the out-of-scope change, you're welcome to change the existing header to "2.0" and add a new "Upcoming" section. I'm not super picky about the formatting since the changelog is mainly consumed by the update script.
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
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.
This PR fixes the following bug:
make -C docs htmlmake -C docs spellingThe spelling check fails on the LLM .md files in
_buildbecause those .md files don't have the rich formatting that Vale would normally ignore.CHANGELOG.mdwith relevant non-documentation file changes?Have you updated the documentation for this change?