You're reading the documentation for a development version. For the latest released version, please have a look at 0.3.2.

Installation#

You can install sphinx-multiversion-contrib via pip or directly from setup.py.

Install from PyPi#

Using pip you can easily install the latest release version PyPI:

pip install sphinx-multiversion-contrib

Install from GitHub#

You can install the latest development version using pip directly from the GitHub repository:

pip install git+https://github.com/iqm-finland/sphinx-multiversion-contrib.git

Install via setup.py#

It’s also possible to clone the Git repository and install the extension using its setup.py:

git clone https://github.com/iqm-finland/sphinx-multiversion-contrib.git
cd sphinx-multiversion-contrib
python setup.py install