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:

  1. myst_nb, or

  2. myst_parser, or

  3. 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 target_parser option.

Installation

Step 1: To install the extension you need to clone the repository then run:

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<https://github.com/QuantEcon/sphinx-tomyst/issues/75>`__ is coming once an alpha milestone is reached.