Installation¶
You can install sphinx-multiversion
via pip or directly from setup.py
.
Note
Since sphinx-multiversion
is still under heavy development, it is not available on PyPI yet.
Install from GitHub¶
You can install the latest development version using pip to install directly from the GitHub repository.
pip install git+https://github.com/Holzhaus/sphinx-multiversion.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/Holzhaus/sphinx-multiversion.git
cd sphinx-multiversion
python setup.py install