Skip to content

Releases: trustin/sphinx-gradle-plugin

sphinx-gradle-plugin-2.10.1

11 Feb 12:00
4c82e31
Compare
Choose a tag to compare
  • Build engineering
    • Updated Gradle to 6.8.2

sphinx-gradle-plugin-2.10.0

11 Feb 11:17
9f6652a
Compare
Choose a tag to compare
  • Added configDirectory option to support Sphinx's -c option. #18
  • Updated sphinx-maven-plugin to 2.10.0, which includes the following changes:
    • Updated:
      • PlantUML 1.2020.4 -> 1.2021.1
  • Updated sphinx-binary to 0.8.2, which includes the following changes:
    • Updated:
      • PyInstaller 3.6 -> 4.2
      • PyYAML 5.3.1 -> 5.4.1
      • Sphinx 2.4.4 -> 3.4.3
      • recommonmark 0.6.0 -> 0.7.1
      • sphinxcontrib-opanapi 0.6.0 -> 0.7.0
      • sphinxcontrib-plantuml 0.18 -> 0.19
        • Pillow 7.1.1 -> 8.1.0
      • sphinxcontrib-redoc 1.5.1 -> 1.6.0
      • sphinxcontrib-websupport 1.1.2 -> 1.2.4
      • sphinxcontrib-youtube
      • sphinxemoji 0.1.5 -> 0.1.8
      • sphinx-markdown-tables 0.0.12 -> 0.0.15
      • sphinx_bootstrap_theme 0.7.1 -> 0.8.0
      • sphinx_rtd_theme 0.4.3 -> 0.5.1

sphinx-gradle-plugin-2.9.0

05 Apr 03:35
4d2fabc
Compare
Choose a tag to compare
  • Added useMakeMode option which uses -M option (make mode) instead of -b (build mode)
  • Fixed a bug where the task fails when the binary cache directory does not exist.
  • Updated sphinx-binary to 0.8.1, which includes the following changes:
    • Updated:
      • Pillow 7.0.0 -> 7.1.1
      • sphinxemoji 0.1.4 -> 0.1.5
    • You can now use make_mode by specifying -M option.

sphinx-gradle-plugin-2.8.0

04 Apr 03:30
333bb40
Compare
Choose a tag to compare
  • Fixed a bug where the task fails to execute. #16
  • Fixed a bug where the task properties are inaccessible. #17

Bumped the minor version to keep the version number in sync with sphinx-maven-plugin.

sphinx-gradle-plugin-2.7.2

29 Mar 05:42
c8c0707
Compare
Choose a tag to compare
  • Added useDoctreeCache and doctreeCacheDirectory option to SphinxTask, thanks to @firthl
  • Fixed the deprecation warnings
  • Updated sphinx-binary to 0.8.0, which includes the following changes:
    • Updated:
      • Python 3.6 -> 3.7 on Mac OS X and Windows
        • Linux stays on 3.6 for better compatibility
      • PyInstaller 3.5 -> 3.6
      • PyYAML 5.1.1 -> 5.3.1
      • Sphinx 2.1.2 -> 2.4.4
      • recommonmark 0.5.0 -> 0.6.0
      • sphinxcontrib-openapi 0.4.0 -> 0.6.0
      • sphinxcontrib-plantuml 0.17 -> 0.18
        • Pillow 6.1.0 -> 7.0.0
      • sphinx-markdown-tables 0.0.9 -> 0.0.12

sphinx-gradle-plugin-2.7.1

29 Mar 05:44
3706491
Compare
Choose a tag to compare
Pre-release

Broken release. Use 2.7.2.

sphinx-gradle-plugin-2.7.0

29 Mar 05:43
45f00e7
Compare
Choose a tag to compare
Pre-release

Broken release. Use 2.7.2.

sphinx-gradle-plugin-2.6.1

22 Aug 00:19
d9969ad
Compare
Choose a tag to compare
  • Fixed a bug where the plugin keeps running Sphinx even when the source files did not change in certain cases. #12 #13 (Thanks to @firthl)

sphinx-gradle-plugin-2.6.0

27 Jul 01:44
a1a0abf
Compare
Choose a tag to compare
  • Updated sphinx-binary to 0.7.1, which includes the following changes:
    • Added:
      • sphinxcontrib-imagesvg
      • sphinxemoji
    • Removed:
      • sphinxcontrib-inlinesyntaxhighlight (broken)
    • Updated:
      • sphinxcontrib-youtube
  • Added a new option traceback which prints full traceback on an exception.

sphinx-gradle-plugin-2.5.0

30 Jun 08:18
43af031
Compare
Choose a tag to compare
  • Updated sphinx-binary to 0.7.0, which includes the following changes:
    • Sphinx 2.0.1 -> 2.1.2
    • PyYAML 5.1 -> 5.1.2
    • sphinxcontrib-plantuml 0.15 -> 0.17
    • sphinxcontrib-websupport 1.1.0 -> 1.1.2
    • Added a patch for sphinxcontrib.applehelp so that an external process execution does not fail anymore.
  • Updated dependencies:
    • PlantUML 1.2019.5 -> 1.2019.7