Skip to content
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

Patch docutils rst parser to add line numbers to more nodes #316

Merged
merged 2 commits into from Jan 23, 2023

Conversation

hoodmane
Copy link
Collaborator

This resolves #312.

The missing line numbers make it impossible for us to correctly calculate where to place the rtype.

See upstream issue:
https://sourceforge.net/p/docutils/bugs/465/

I submitted a patch to docutils to fix these things but it is currently waiting to get through a spam filter. The docutils test suite has no coverage checking whether this field is filled correctly.

This resolves issue 312. The missing line numbers make it impossible
for us to correctly calculate where to place the rtype.

See upstream issue:
https://sourceforge.net/p/docutils/bugs/465/

I submitted a patch to docutils to fix these things but it is currently
waiting to get through a spam filter. The docutils test suite has no
coverage checking whether this field is filled correctly.
@gaborbernat gaborbernat merged commit d9c4a06 into tox-dev:main Jan 23, 2023
@hoodmane hoodmane deleted the multiline-notes branch January 23, 2023 21:57
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.

v1.12.7 shows "Content block expected for the "note" directive; none found" with multiple lines of notes
2 participants