sphinx-gradle-plugin-2.1.0
trustin
released this
21 Apr 05:17
·
45 commits
to master
since this release
-
Added
environments
option which allows passing custom environment variables when launching Sphinx:sphinx { environments = ['ENV_FOO': 'value1', 'ENV_BAR': 'value2'] env 'ENV_BAZ', 'value3' }
-
Added
dotBinary
option which allows specifying the path of Graphvizdot
command:sphinx { dotBinary = '/opt/graphviz/bin/dot' }
-
Updated PlantUML to 1.2018.3