Skip to content

Fix return to continue in table detection logic #131

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

Merged
merged 5 commits into from
May 27, 2025

Conversation

koyuki7w
Copy link
Contributor

Fixed to report reST syntax errors after tables.

Closes: gh-130

@hugovk
Copy link
Collaborator

hugovk commented May 24, 2025

Thanks, the test failures are from running Sphinx Lint on some real projects and likely real bugs in those projects (I've not checked yet).

@koyuki7w
Copy link
Contributor Author

@koyuki7w
Copy link
Contributor Author

I opened the PR for the first two: pandas-dev/pandas#61492

@JulienPalard
Copy link
Collaborator

I fixed the last one https://github.com/python/python-docs-fr/blob/main/README.rst?plain=1#L9

@koyuki7w
Copy link
Contributor Author

All external errors have been fixed and the tests should now pass.

@AlexWaygood AlexWaygood reopened this May 27, 2025
Copy link
Collaborator

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hugovk hugovk merged commit 9c97dd9 into sphinx-contrib:main May 27, 2025
21 checks passed
@koyuki7w koyuki7w deleted the patch-1 branch May 27, 2025 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid markup after a table is not detected
5 participants