Skip to content

sphinx-gradle-plugin-2.1.0

Compare
Choose a tag to compare
@trustin trustin released this 21 Apr 05:17
· 45 commits to master since this release
9715b34
  • 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 Graphviz dot command:

    sphinx {
      dotBinary = '/opt/graphviz/bin/dot'
    }
  • Updated PlantUML to 1.2018.3