sphinx-gradle-plugin icon indicating copy to clipboard operation
sphinx-gradle-plugin copied to clipboard

Sphinx site generation plugin for Gradle

Results 8 sphinx-gradle-plugin issues
Sort by recently updated
recently updated
newest added

There are many requests to update a project, but there seems no activity over a year. Is the project abandoned?

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...

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...

When using download site that each file has its own unique URL, and set binaryUrl configuration to set binary, it become 404 error with https://example.com/foo/boo/.sha256 It is hard coded and...

Hi, I was wondering what would be the best way to add other Sphinx extensions? As far as I understand, the Sphinx runner is pre-built and therefore it is not...

Hi, is there a way to build the docu in latex? Similar to the `-b latex` parameter? Best, Stefan

With gradle 6.5 and above running task does not generate uml diagrams. Error below: ``` WARNING: error while running plantuml Exception in thread "main" java.lang.NoClassDefFoundError: org/gradle/internal/classpath/Instrumented at net.sourceforge.plantuml.cucadiagram.dot.GraphvizUtils.getenv(GraphvizUtils.java:151) at net.sourceforge.plantuml.cucadiagram.dot.GraphvizUtils.getenvDefaultConfigFilename(GraphvizUtils.java:143)...

Tried using version 2.9.0 in window using below and its failing to download sphinx for windows. plugins { id "kr.motd.sphinx" version "2.9.0" } Error === > Task :sphinx FAILED Download...