Skip to content

Releases: sphinx-contrib/multiversion

v0.2.4

12 Aug 15:48

Choose a tag to compare

Release version 0.2.4

This mainly adds compatibility for Windows and also fixes some other
minor bugs, especially regarding module handle in `conf.py`.

v0.2.3

04 May 21:36

Choose a tag to compare

Release version 0.2.3

* Fixed return codes of main() function and exit with non-zero status if
  no matching refs were found.
* Added some logging calls to the git module.
* Fixed bug where local branch was used to check the existence of files
  on remote branches.

v0.2.2

01 May 21:45
04a81d9

Choose a tag to compare

Release version 0.2.2

Added additional checks to determine if a branch or tag contains both
the Sphinx source directory and the conf.py file. If that's not the
case, that branch or tag is skipped automatically and not copied to the
temporary directory. (PR #9)

v0.2.1

19 Apr 11:46

Choose a tag to compare

Release v0.2.1

Fixes a bug regarding the handling of absolute output paths that became
more apparent due to the merge of PR #7.

v0.2.0

19 Apr 11:08

Choose a tag to compare

Release v0.2.0

New feature:
-  Added support overriding configuration options via command line using
   placeholders.

v0.1.1

12 Mar 08:19

Choose a tag to compare

Release v0.1.1

Fixes an issue with wrong config paths when -c is not specified on the
command line.

v0.1.0

11 Mar 14:51

Choose a tag to compare

Release v0.1.0

This is the first release of sphinx-multiversion.