Skip to content

Releases: trustin/sphinx-maven-plugin

sphinx-maven-plugin-1.6.0

15 Sep 03:37
Compare
Choose a tag to compare
  • Updates:
    • alabaster 0.7.10
    • Babel 2.5.1
    • CommonMark 0.7.4
    • docutils 0.14
    • javalang 0.11.0
    • Jinja2 2.9.6
    • Jython 2.7.1
    • MarkupSafe 1.0
    • pytz 2017.2
    • requests 2.18.4
    • Sphinx 1.6.3
    • sphinx_rtd_theme 0.2.5b1
    • sphinxcontrib-inlinesyntaxhighlight HEAD
    • sphinxcontrib-plantuml 0.8.1
  • New themes:
    • sphinx_bootstrap_theme 0.6.0
    • guzzle_sphinx_theme 0.7.11
  • New dependencies:
    • certifi 2017.7.27.1
    • chardet 3.0.4
    • idna 2.6
    • typing 3.6.2
    • urllib3 1.22
  • Miscellaneous:
    • Use Maven wrapper and Maven 3.5.0
    • Update Maven plugins

sphinx-maven-plugin-1.5.3.Final

16 Apr 06:35
Compare
Choose a tag to compare
  • Updates
    • Sphinx 1.5.2
      • Added requests 2.13.0
    • CommonMark 0.7.3
    • docutils 0.13.1
    • future 0.16.0
    • javalang 0.10.1
    • javasphinx 0.9.15
    • Jinja2 2.9.5
    • PlantUML 8056
    • Pygments 2.2.0
    • pytz 2016.10
    • sphinx_rtd_theme master (eef98b3)
  • New modules
    • PyYAML 3.12, so that a user can read a YAML file from conf.py

sphinx-maven-plugin-1.5.2.Final

16 Apr 06:35
Compare
Choose a tag to compare
  • Fixed a bug where line ending conversion is not performed on CSS files

sphinx-maven-plugin-1.5.1.Final

16 Apr 06:35
Compare
Choose a tag to compare
  • Made line ending conversion code public so that it can be reused from a non-Maven environment

sphinx-maven-plugin-1.5.0.Final

16 Apr 06:37
Compare
Choose a tag to compare
  • Made SphinxRunner public and independent from Maven API so that it can be invoked from a non-Maven environment

sphinx-maven-plugin-1.4.0.Final

16 Apr 06:38
Compare
Choose a tag to compare
  • Added the asReport option to keep the default Maven site
  • Updates
    • Sphinx 1.4.6
    • alabaster 0.7.9
    • Babel 2.3.4
    • CommonMark 0.7.2
    • imagesize 0.7.1
    • Pygments 2.1.3
    • pytz 2016.6.1
    • sphinx_rtd_theme 0.1.10a0

sphinx-maven-plugin-1.3.1.Final

16 Apr 06:38
Compare
Choose a tag to compare
  • The line separators of the generated text files are now converted to the line separator of the current platform, so that the version control systems like Git do not complain about inconsistent line endings.

sphinx-maven-plugin-1.3.0.Final

16 Apr 06:40
Compare
Choose a tag to compare
  • Updates
    • Sphinx 1.4.0
      • Added imagesize 0.7.0
    • Pygments 2.1.3
    • pytz 2016.3
    • CommonMark master (0.6.3+)
      • Added future 0.15.2 (builtins only)
    • reCommonMark master (0.4.0+)
      • Fixed the issues with renames in CommonMark
    • PlantUML 8037
    • sphinx_rtd_theme master
    • sphinxcontrib-plantuml master

sphinx-maven-plugin-1.2.1.Final

07 Jan 09:18
Compare
Choose a tag to compare
  • Downgrades
    • Sphinx 1.3.3+
    • Jython 2.7.0 due to an mkdirs error on Linux
  • Updates
    • Pygments master (pre-2.1)
    • alabaster 0.7.7
    • reCommonMark 0.4.0
    • Babel 2.2.0

sphinx-maven-plugin-1.2.0.Final

05 Dec 04:23
Compare
Choose a tag to compare
  • Added sphinxcontrib-inlinesyntaxhighlight extension
  • Added javasphinx extension back again
    • javasphinx-apidoc support has not been added back, because I’m not convinced it’s more useful than Javadoc
  • Updated Sphinx to the latest master (1.3.3)
  • Updated Pygments to the latest master