Hi,
Would it be possible to have an updated release that supports docutils 0.16?
From what I can tell the changes from 0.14 to 0.16 are:
- adding
languages/ko.py and parsers/rst/languages/ko.py
- adding a
width option to the Table directive
Inliner.phrase_ref now has a default value for text of None
TitlePromoter.promote_title now returns bool not Optional[int]. Same for promote_subtitle
StripClassesAndElements.check_classes now returns bool, not int
utils.unescape moved to nodes
utils.unique_combinations was deprecated, although the return type might be the same.
I dare say the current stubs will work with 0.16, but pip refuses to install them as the docutils requirement is pinned to 0.14 but one of my dependencies requires >=0.16 .
I'd be happy to submit a PR with these changes.
Hi,
Would it be possible to have an updated release that supports docutils 0.16?
From what I can tell the changes from 0.14 to 0.16 are:
languages/ko.pyandparsers/rst/languages/ko.pywidthoption to theTabledirectiveInliner.phrase_refnow has a default value fortextofNoneTitlePromoter.promote_titlenow returnsboolnotOptional[int]. Same forpromote_subtitleStripClassesAndElements.check_classesnow returnsbool, notintutils.unescapemoved tonodesutils.unique_combinationswas deprecated, although the return type might be the same.I dare say the current stubs will work with 0.16, but pip refuses to install them as the docutils requirement is pinned to 0.14 but one of my dependencies requires >=0.16 .
I'd be happy to submit a PR with these changes.