Welcome to sphinx-tomyst's documentation! ========================================= `sphinx-tomyst `__ is a Sphinx extension that enables projects to be converted to a `myst `__ project. Myst files can be compiled using: #. `myst_nb `__, or #. `myst_parser `__, or #. `Jupyter Book `__ (requires manual configuration) .. note:: ``sphinx-tomyst`` is currently built to target `myst_nb `__ by **default** but for static projects you can also target `myst_parser `__ using the :ref:`target_parser option `. Installation ------------ **Step 1:** To install the extension you need to clone the repository then run: .. code-block:: bash python setup.py install **Step 2:** Add ``sphinx_tomyst`` to your sphinx ``extensions`` in the ``conf.py`` **Step 3:** Build using ``make myst`` .. note:: A `pypi release`__ is coming once an `alpha` milestone is reached. .. toctree:: :maxdepth: 2 :hidden: config contribute issues