Sphinx Parser¶
This class builds on the SphinxRenderer
to generate a parser for Sphinx, using the Sphinx parser API:
-
class
myst_parser.sphinx_parser.MystParser[source]¶ Bases:
sphinx.parsers.ParserDocutils parser for Markedly Structured Text (MyST).
-
supported= ('md', 'markdown', 'myst')¶ Names for this component. Override in subclasses.
-