reST Readme

Installation

http://www.sphinx-doc.org/en/stable/install.html

Via Pip:

If pip is not already installed, download it from: https://bootstrap.pypa.io/get-pip.py

Install pip with:

sudo python get-pip.py

Then install Sphinx with pip:

pip install sphinx

On Ubuntu with Apt:

apt-get install python-sphinx

Mac OSX via MacPorts:

sudo port install py27-sphinx
sudo port select --set python python27
sudo port select --set sphinx py27-sphinx

Mac OX via Homebrew:

brew install sphinx