Install Sphinx

Sphinx is a tool for generation of HTML (and other formats) documentation from reStructuredText

This guide is for installing Sphinx on Ubuntu.

Pre-Work

Ensure packages are up-to-date

sudo apt-get update
sudo apt-get upgrade

Install Python pip

sudo apt-get install python-pip

Sphinx Installation

Install Sphinx:

sudo pip install Sphinx