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
{{ message }}
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
docutils 0.18 was released today and seems to break pospell:
File "/usr/local/lib/python3.9/dist-packages/pospell.py", line 119, in visit_Text
self.output.append(node.rawsource)
AttributeError: 'Text' object has no attribute 'rawsource'
The text was updated successfully, but these errors were encountered:
If I see correctly the fix is to pin docutils, right? Will that be the long term solution or do you have an idea how to make pospell work with newer versions of docutils?
If I see correctly the fix is to pin docutils, right? Will that be the long term solution or do you have an idea how to make pospell work with newer versions of docutils?
I havent found time to look at it deeply, so I have no answer. But I should reopen the issue to remember to look at it more deeply.
docutils 0.18 was released today and seems to break pospell:
The text was updated successfully, but these errors were encountered: