Releases: trustin/sphinx-maven-plugin
Releases · trustin/sphinx-maven-plugin
sphinx-maven-plugin-2.10.0
- Added
configDirectory
option to support Sphinx's-c
option. #20 - 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
- Updated:
sphinx-maven-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
- 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-maven-plugin-2.8.0
- Added
useDoctreeCache
anddoctreeCacheDir
option toSphinxMojo
, inspired by @firthl's contribution tosphinx-gradle-plugin
sphinx-maven-plugin-2.7.0
- 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-maven-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-maven-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
sphinx-maven-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-maven-plugin-2.3.1
- Updated dependencies
- os-maven-plugin 1.5.0 -> 1.6.1
- PlantUML 1.2018.3 -> 1.2018.12
sphinx-maven-plugin-2.3.0
- 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:
sphinx-maven-plugin-2.2.3
- Added
sphinx_markdown_tables
extension #12 - Fixed a bug where a build does not fail when
warningsAsErrors
istrue
#13 - Fixed
ModuleNotFoundError: No module named 'babel.numbers'
#14 - Fixed a bug where
outputDirectory
configuration property is not respected #16 - 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