An open API service indexing awesome lists of open source software.

https://github.com/executablebooks/sphinx-tomyst

A sphinx translator for producing myst syntax files
https://github.com/executablebooks/sphinx-tomyst

myst sphinx sphinx-translator

Last synced: about 2 months ago
JSON representation

A sphinx translator for producing myst syntax files

Awesome Lists containing this project

README

        

# sphinx-tomyst

**Status:** In Development (alpha)

A sphinx translator for producing myst syntax files

[![Documentation Status](https://readthedocs.org/projects/sphinx-tomyst/badge/?version=latest)](https://sphinx-tomyst.readthedocs.io/en/latest/?badge=latest)

## Installation

**Step 1:** Install this package from `PyPI`:

```bash
pip install sphinx-tomyst
```

**Step 2:** Add `sphinx_tomyst` to your sphinx `extensions` in the `conf.py`

**Step 3:** then you can build using `make myst`