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

Does sphinx-gradle-plugin supports generating reStructured Text? #23

Open RajendraP opened 2 years ago

RajendraP commented 2 years ago

Does sphinx-gradle-plugin supports generating reStructured Text? As far as I understand both site as well as sphinx task generates html files from reStructured Text files.

What's the difference between site and sphinx task? Thank you

RajendraP commented 2 years ago

@trustin - Can you please help with the above query?

miurahr commented 1 year ago

You can use reStructured text because the plugin download single binary sphinx and run it. The binary has basic feature that accept reStructured text and extension to accept markdown, and so on.

it defined a site task that just depends on sphinx task. two is identical.