Installation

You can install sphinx-multiversion via pip.

Install from PyPi

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

pip install sphinx-multiversion

Install from GitHub

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

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

Install from local clone

It’s also possible to clone the Git repository and install the extension from the local clone.

git clone https://github.com/sphinx-contrib/multiversion.git
cd multiversion
pip install .