executablebooks / sphinx-tomyst

A sphinx translator for producing myst syntax files
MIT License
5 stars 2 forks source link

[ENH] Adjust conf.py to target myst_parser, myst_nb? #67

Closed mmcky closed 4 years ago

mmcky commented 4 years ago

Currently we have target_jupytext for enabling execution. This is an obscure reference as jupytext is probably not known users of the extension. An alternative would be to link directly to myst_parser and myst_nb as the config setting.

tomyst_parser = 'myst_parser'

for static builds of projects

tomyst_parser = 'myst_nb' (default)

to enable execution and build myst compatible with automatic jupytext conversions.

mmcky commented 4 years ago

closed by PR #69