Skip to content

Releases: trustin/sphinx-gradle-plugin

sphinx-gradle-plugin-2.4.0

28 Apr 04:01
a276f91
Compare
Choose a tag to compare
  • Updated sphinx-binary to 0.6.0, which includes the following changes:
    • Sphinx 1.8.2 -> 2.0.1
    • PyYAML 3.13 -> 5.1
    • recommonmark 0.4.0 -> 0.5.0
    • sphinxcontrib-openapi 0.3.2 -> 0.4.0
    • sphinxcontrib-plantuml 0.12 -> 0.15
    • Pillow 5.3.0 -> 6.0.0
    • sphinx_bootstrap_theme 0.6.5 -> 0.7.1
    • sphinx_rtd_theme 0.4.2 -> 0.4.3
    • Removed javasphinx which is not maintained anymore.
  • Updated dependencies:
    • PlantUML 1.2018.12 -> 1.2019.5

sphinx-gradle-plugin-2.3.1

24 Nov 02:08
d606f1d
Compare
Choose a tag to compare
  • Updated sphinx-binary to 0.5.0, which includes the following changes:
    • Added modules:
      • Pillow 5.3.0
      • sphinxcontrib-websupport
    • Added missing import os statements in patched modules.
    • PyInstaller 3.3.1 -> 3.4
    • Sphinx 1.7.6 -> 1.8.2
    • sphinx-markdown-tables 0.0.8 -> 0.0.9
    • sphinx_rtd_theme 0.4.1 -> 0.4.2
  • Updated dependencies
    • os-maven-plugin 1.5.0 -> 1.6.1
    • PlantUML 1.2018.3 -> 1.2018.12

sphinx-gradle-plugin-2.2.3

13 Aug 06:14
4bd32bf
Compare
Choose a tag to compare
  • Added sphinx_markdown_tables extension
  • Fixed a bug where a build does not fail when warningsAsErrors is true
  • Fixed ModuleNotFoundError: No module named 'babel.numbers'
  • Updates:
    • PyYAML 3.12 -> 3.13
    • Sphinx 1.7.4 -> 1.7.6
    • sphinxcontrib-httpdomain 1.6.1 -> 1.7.0
    • sphinxcontrib-plantuml 0.11 -> 0.12
    • sphinxcontrib-redoc 1.4.0 -> 1.5.1
    • sphinx_rtd_theme 0.3.0 -> 0.4.1

sphinx-gradle-plugin-2.2.2

02 May 03:33
2638ca9
Compare
Choose a tag to compare

sphinx-gradle-plugin-2.2.0

24 Apr 05:40
9c9cd35
Compare
Choose a tag to compare
  • Updated Sphinx from 1.7.2 to 1.7.3
  • Added binaryUrl option which allows a user to specify an alternative URL of Sphinx executable
  • Fixed a bug where theme modules are not fully included
    • sphinx_bootstrap_theme should work fine now.
  • Removed guzzle_sphinx_theme which doesn't seem to work with Sphinx 1.7

sphinx-gradle-plugin-2.1.1

23 Apr 02:16
ce48e3c
Compare
Choose a tag to compare
  • Fixed a bug where SphinxTask refuses to run if dotBinary is not specified

sphinx-gradle-plugin-2.1.0

21 Apr 05:17
9715b34
Compare
Choose a tag to compare
  • 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

sphinx-gradle-plugin-2.0.2

16 Apr 07:01
ddaa1b4
Compare
Choose a tag to compare
  • Fixed an issue with Windows
  • Fixed a bug where Sphinx build output is not printed

sphinx-gradle-plugin-2.0.0

16 Apr 06:57
a131b4e
Compare
Choose a tag to compare
  • Added skip option
  • Updates:
    • Sphinx 1.7.2
    • sphinxcontrib-httpdomain 1.6.1
    • sphinxcontrib-plantuml 0.11
    • sphinx_bootstrap_theme 0.6.5
    • sphinx_rtd_theme 0.3.0
  • Removed extensions:
    • sphinxcontrib-scala - seems unmaintained
  • Use CPython 3.6 instead of Jython

sphinx-gradle-plugin-1.1.0

16 Apr 07:01
Compare
Choose a tag to compare
  • Updated sphinx-maven-plugin to 1.7.0:
    • Slightly reduced startup time
    • Refactoring and clean-up
    • New extensions:
      • sphinxcontrib-httpdomain 1.5.0