Skip to content

Releases: trustin/sphinx-maven-plugin

sphinx-maven-plugin-2.2.2

02 May 01:26
65823ec
Compare
Choose a tag to compare

sphinx-maven-plugin-2.2.1

28 Apr 02:01
390a8f5
Compare
Choose a tag to compare
  • Fixed a bug where Maven proxy settings are not respected.

sphinx-maven-plugin-2.2.0

24 Apr 04:00
83d3569
Compare
Choose a tag to compare
  • 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

21 Apr 03:48
d42a003
Compare
Choose a tag to compare
  • 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 Graphviz dot 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

16 Apr 06:26
27cb6aa
Compare
Choose a tag to compare
  • Fixed an issue with output redirection

sphinx-maven-plugin-2.0.1

16 Apr 06:26
c31c1dc
Compare
Choose a tag to compare
  • Fixed an issue with Windows

sphinx-maven-plugin-2.0.0

16 Apr 06:28
f953567
Compare
Choose a tag to compare
  • 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

sphinx-maven-plugin-1.7.0

16 Apr 06:28
Compare
Choose a tag to compare
  • Slightly reduced startup time
  • Refactoring and clean-up
  • New extensions:
    • sphinxcontrib-httpdomain 1.5.0

sphinx-maven-plugin-1.6.2

16 Apr 06:30
Compare
Choose a tag to compare
  • 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

16 Apr 06:31
Compare
Choose a tag to compare
  • Ship pre-compiled Python classes instead of source files
  • Add some missing transitive dependencies of Sphinx and JavaSphinx