U
    Sh                     @   s   d Z dZdd ZdS )zAn extended [CommonMark](https://spec.commonmark.org/) compliant parser,
with bridges to [docutils](https://docutils.sourceforge.io/)
and [Sphinx](https://github.com/sphinx-doc/sphinx).
z3.0.1c                 C   s"   ddl m} || dd tddS )zHInitialize the [Sphinx](https://github.com/sphinx-doc/sphinx) extension.    )setup_sphinxT)Zload_parser)versionZparallel_read_safe)Zmyst_parser.sphinx_ext.mainr   __version__)Zappr    r   G/root/rtd-docs/venv/lib/python3.8/site-packages/myst_parser/__init__.pysetup	   s    r   N)__doc__r   r   r   r   r   r   <module>   s   