from docutils import nodes from docutils.parsers.rst import Directive class D2langDirective(Directive): def run(self): return ["""BobBobAliceAlicehello"""]