Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Releases: iqm-finland/sphinx-multiversion-contrib

0.3.2

16 Oct 13:29
dd4a0a4
Compare
Choose a tag to compare

0.3.1

11 Aug 12:08
e606903
Compare
Choose a tag to compare

v0.2.13

21 Feb 12:02
e32e601
Compare
Choose a tag to compare

Fix relative path generation for static files

v0.2.12

08 Feb 11:44
878a0fb
Compare
Choose a tag to compare

Reduce size of the generated versioned docs by referencing to the dev version _static folder.

v0.2.11

06 Feb 08:02
cd6dfa0
Compare
Choose a tag to compare

Reduce generated docs size:

  • use shared .doctrees folder outside of docs
  • replace duplicated versioned files with symlinks

v0.2.10

16 Jan 10:18
0dfce59
Compare
Choose a tag to compare

Try extracting the version from the git tag if it exists and sort based on that. Clients can configure an optional smv_symver_pattern if default patter is not suitable.

0.2.9

09 Jan 09:03
50b17e6
Compare
Choose a tag to compare

New feature: Building docs for a specific version can be skipped if the target directory already exists and --skip-if-outputdir-exists flag is passed to sphinx-multiversion. It does not check the contents of the directory, only its existence. This can be used to speed up the whole process, so that the docs for older versions are not rebuilt every time.

0.2.8

20 Jul 13:42
05e43bb
Compare
Choose a tag to compare

In addition, sphinx-multiversion can build the development version of the docs from the current directory, not from a git reference. To do so, provide the name for a development version using the --dev-name option. For example, --dev-name dev will build the development version under name dev. The development version is always marked as not released.

By default, the development version of the docs is stored in the root build directory. You can change this by providing a path relative to the root build directory using the --dev-path option. For example, --dev-path dev/current will build the development version in dev/current subdirectory inside the root build directory.

0.2.7

20 Jul 13:26
Compare
Choose a tag to compare
v0.2.7

Detect latest release, generate HTML redirection page

0.2.6

10 Jun 12:39
Compare
Choose a tag to compare
  • Keep track of released versions
  • Pass smv_latest_version explicitly when calling Sphinx builder
  • Generate a HTML page which redirects to the latest version of docs