You can install sphinx-multiversion
via pip or directly from :file:`setup.py`.
Using pip you can easily install the latest release version PyPI:
pip install sphinx-multiversion
You can install the latest development version using pip directly from the GitHub repository:
pip install git+https://github.com/Holzhaus/sphinx-multiversion.git
Install via :file:`setup.py`
It's also possible to clone the Git repository and install the extension using its :file:`setup.py`:
git clone https://github.com/Holzhaus/sphinx-multiversion.git
cd sphinx-multiversion
python setup.py install