Skip to content

Releases: trustin/sphinx-maven-plugin

sphinx-maven-plugin-2.10.0

11 Feb 10:59
5da5e9d
Compare
Choose a tag to compare
  • 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

sphinx-maven-plugin-2.9.0

05 Apr 03:35
199d2fd
Compare
Choose a tag to compare
  • Added useMakeMode option which uses -M option (make mode) instead of -b (build mode)
  • 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.

sphinx-maven-plugin-2.8.0

04 Apr 03:32
135aa70
Compare
Choose a tag to compare

sphinx-maven-plugin-2.7.0

29 Mar 02:44
a189f90
Compare
Choose a tag to compare
  • 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

sphinx-maven-plugin-2.6.0

27 Jul 01:40
5e3799c
Compare
Choose a tag to compare
  • Updated sphinx-binary to 0.7.1, which includes the following changes:
    • Added:
      • sphinxcontrib-imagesvg
      • sphinxemoji
    • Removed:
      • sphinxcontrib-inlinesyntaxhighlight (broken)
    • Updated:
      • sphinxcontrib-youtube
  • Added a new option traceback which prints full traceback on an exception.

sphinx-maven-plugin-2.5.0

30 Jun 08:18
7ef3da2
Compare
Choose a tag to compare
  • 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

28 Apr 04:00
3f7315c
Compare
Choose a tag to compare
  • 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

24 Nov 01:30
46fe168
Compare
Choose a tag to compare
  • Updated dependencies
    • os-maven-plugin 1.5.0 -> 1.6.1
    • PlantUML 1.2018.3 -> 1.2018.12

sphinx-maven-plugin-2.3.0

24 Nov 01:10
7805e48
Compare
Choose a tag to compare
  • 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

sphinx-maven-plugin-2.2.3

13 Aug 05:53
d4334ac
Compare
Choose a tag to compare
  • Added sphinx_markdown_tables extension #12
  • Fixed a bug where a build does not fail when warningsAsErrors is true #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