trustin / sphinx-gradle-plugin

Sphinx site generation plugin for Gradle
https://trustin.github.io/sphinx-gradle-plugin/
Apache License 2.0
18 stars 7 forks source link

recommonmark deprecation #24

Open miurahr opened 2 years ago

miurahr commented 2 years ago

The plugin supports recommonmark + sphinx_markdown_tables but now recommonmark went step down to unmaintained status. recommonmark project recommend to use MyST parser altenatively.

It would be better to switch markdown parser .

miurahr commented 2 years ago

A workaround with #10 is working well.

Minimum required packages are:

miurahr commented 1 year ago

I started fork of sphinx-binary that is shpinx-standalone project at https://codeberg.org/miurahr/sphinx-standalone/releases

you can get a binary that has Sphinx 5.3.0 with MyST-parser.