sphinx/tests/roots/test-api-set-translator/translator.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
101 B
Python
Raw Normal View History

from sphinx.writers.html import HTML5Translator
2014-09-21 13:23:24 -05:00
2018-02-19 07:39:14 -06:00
class ExtHTMLTranslator(HTML5Translator):
2014-09-21 13:23:24 -05:00
pass