-
-
Notifications
You must be signed in to change notification settings - Fork 844
Use sphinx-lint in make check
.
#866
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
Conversation
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guess it looks good, though I haven't tested it and am not sure what it's doing other than installing a package. But the batch file syntax seems okay
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
* Use sphinx-lint in `make check`. * Fix missing newlines at the end of files. * Add `venv` as a dependency for the `check` target. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Specify `sphinx-lint` version in `make.bat`. Co-authored-by: Steve Dower <steve.dower@microsoft.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Steve Dower <steve.dower@microsoft.com>
This is a follow-up of python/cpython#92290 which updates
make check
to usesphinx-lint
.