Skip to content

Make `docutils` work with Python3 to restore `.RST` rendering

Gabriel Mazetto requested to merge bug/docutils into master

This commit adds two specific patches to github-markup gem to make it compatible with Python3 and force the use of 3.x version instead of 2.x

Fixes #1532 (closed)

Merge request reports