Releases: trustin/sphinx-gradle-plugin
Releases · trustin/sphinx-gradle-plugin
sphinx-gradle-plugin-2.10.1
- Build engineering
- Updated Gradle to 6.8.2
sphinx-gradle-plugin-2.10.0
- 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:
- 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
- Updated:
sphinx-gradle-plugin-2.9.0
- Added
useMakeMode
option which uses-M
option (make mode) instead of-b
(build mode)- Note that this option is disabled by default due to a known issue: sphinx-doc/sphinx#4900
- 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.
- Updated:
sphinx-gradle-plugin-2.8.0
- 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
- Added
useDoctreeCache
anddoctreeCacheDirectory
option toSphinxTask
, 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
- Python 3.6 -> 3.7 on Mac OS X and Windows
- Updated:
sphinx-gradle-plugin-2.7.1
Broken release. Use 2.7.2.
sphinx-gradle-plugin-2.7.0
Broken release. Use 2.7.2.
sphinx-gradle-plugin-2.6.1
sphinx-gradle-plugin-2.6.0
- Updated sphinx-binary to 0.7.1, which includes the following changes:
- Added:
- sphinxcontrib-imagesvg
- sphinxemoji
- Removed:
- sphinxcontrib-inlinesyntaxhighlight (broken)
- Updated:
- sphinxcontrib-youtube
- Added:
- Added a new option
traceback
which prints full traceback on an exception.
sphinx-gradle-plugin-2.5.0
- 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