-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
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). |
The CI failure is caused by the following lines: The first two are actual errors that render incorrect HTML. |
I opened the PR for the first two: pandas-dev/pandas#61492 |
I fixed the last one https://github.com/python/python-docs-fr/blob/main/README.rst?plain=1#L9 |
All external errors have been fixed and the tests should now pass. |
tests/fixtures/xfail/missing-backtick-after-role-after-table.rst
Outdated
Show resolved
Hide resolved
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!
Fixed to report reST syntax errors after tables.
Closes: gh-130