Skip to content

bin/gen_release_notes.py: more robust rST escaping

Erik Faye-Lund requested to merge kusma/mesa:gen-release-notes into master

This copies code from the xml2rst to escape rST strings. Hopefully this will be more robust than what we've done so far.

I really wish docutils would have utils for this directly, seems kinda essential.

Merge request reports