Releases: trustin/sphinx-gradle-plugin
Releases · trustin/sphinx-gradle-plugin
sphinx-gradle-plugin-2.4.0
- 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
- 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
- Added modules:
- Updated dependencies
- os-maven-plugin 1.5.0 -> 1.6.1
- PlantUML 1.2018.3 -> 1.2018.12
sphinx-gradle-plugin-2.2.3
- Added
sphinx_markdown_tables
extension - Fixed a bug where a build does not fail when
warningsAsErrors
istrue
- 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
- Updated Sphinx from 1.7.3 to 1.7.4
- New extensions
- sphinxcontrib-openapi 0.3.2
- sphinxcontrib-redoc 1.4.0
- sphinxcontrib-youtube 0.2.0
- From this release on, the plugin is uploaded to https://plugins.gradle.org/ instead of Maven central.
- See the plugin page.
sphinx-gradle-plugin-2.2.0
- 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
- Fixed a bug where
SphinxTask
refuses to run ifdotBinary
is not specified
sphinx-gradle-plugin-2.1.0
-
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
sphinx-gradle-plugin-2.0.2
- Fixed an issue with Windows
- Fixed a bug where Sphinx build output is not printed
sphinx-gradle-plugin-2.0.0
- 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
- See sphinx-binary for more information.
sphinx-gradle-plugin-1.1.0
- Updated sphinx-maven-plugin to 1.7.0:
- Slightly reduced startup time
- Refactoring and clean-up
- New extensions:
- sphinxcontrib-httpdomain 1.5.0