On 2021-11-06 15:09, Patrick Sanan did write: > Unfortunately, I don't know a simple way to reliably preview a single .rst > file (as you might be used to from working with some Markdown-based tools).
rst2html is the standard python docutils command. The problem is that Sphinx is really rst+(extensions for book-like documentation) so the extensions won't be handled, But that will be true for MyST well. Scott -- Scott Kruger Tech-X Corporation [email protected] 5621 Arapahoe Ave, Suite A Phone: (720) 466-3196 Boulder, CO 80303 Fax: (303) 448-7756
