Install specified version of sphinx

According to your requirement, you may need to install different versions of sphinx, take installing v1.7.0 as an example:

$ git clone https://github.com/sphinx-doc/sphinx.git
$ cd sphinx
$ git checkout tags/v1.7.0
$ sudo pip install .

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.