Releases: trustin/sphinx-maven-plugin
Releases · trustin/sphinx-maven-plugin
sphinx-maven-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
sphinx-maven-plugin-2.2.1
- Fixed a bug where Maven proxy settings are not respected.
sphinx-maven-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-maven-plugin-2.1.0
-
Added
environments
option which allows passing custom environment variables when launching Sphinx:<plugin> <groupId>kr.motd.maven</groupId> <artifactId>sphinx-maven-plugin</artifactId> <version>2.1.0</version> <configuration> <environments> <ENV_FOO>bar</ENV_FOO> </environments> </configuration> </plugin>
-
Added
dotBinary
option which allows specifying the path of Graphvizdot
command:<plugin> <groupId>kr.motd.maven</groupId> <artifactId>sphinx-maven-plugin</artifactId> <version>2.1.0</version> <configuration> <dotBinary>/opt/graphviz/bin/dot</dotBinary> </configuration> </plugin>
-
Updated PlantUML to 1.2018.3
sphinx-maven-plugin-2.0.2
- Fixed an issue with output redirection
sphinx-maven-plugin-2.0.1
- Fixed an issue with Windows
sphinx-maven-plugin-2.0.0
- Added
skip
option (@joschi) - 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-maven-plugin-1.7.0
- Slightly reduced startup time
- Refactoring and clean-up
- New extensions:
- sphinxcontrib-httpdomain 1.5.0
sphinx-maven-plugin-1.6.2
- Updates:
- Sphinx 1.6.5
- sphinx_rtd_theme 0.2.5b2
- sphinxcontrib-plantuml 0.8.2
- New extensions:
- sphinxcontrib-scaladomain 0.1a1
sphinx-maven-plugin-1.6.1
- Ship pre-compiled Python classes instead of source files
- Add some missing transitive dependencies of Sphinx and JavaSphinx