readthedocs / recommonmark

A markdown parser for docutils
https://recommonmark.readthedocs.io/
MIT License
340 stars 252 forks source link

Fix CustomExtensionTests.test_integration failure with docutils 0.16 #207

Closed noritada closed 2 years ago

noritada commented 4 years ago

All automated tests on Travis for PRs from January has failed because docutils 0.16 (2020-01-12) contains a following commit.

HTML fixes and updates.

Remove dead code.
Remove unused class value "first" for topic-title.
Fix/update CSS stylesheets for html5 writer.

https://repo.or.cz/docutils.git/commit/e094ffdca98f49dab492ec4f8de5d2be7ec8f23d

This commit is a workaround to that change.

Could you please find and check this PR? If this solution is not good, please suggest me so. I'd like to make another solution.

noritada commented 4 years ago

@ericholscher Since the test failure hides the validity of recent PRs, it would be helpful to check this PR. Many thanks.