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: