Last Updated: February 25, 2016
·
1.511K
· rezigned

How to install Sphinx Doc and Create a new Project on OSX

Prerequisites

  • Xcode Command Line tools

Steps

  • Run easy_install -U Sphinx (You might need to execute this command with root previllage)

Create a new project

  • Create a new empty directory e.g. mkdir ~/docs/project
  • Go to newly created directory and run sphinx-quickstart and follow the instructions on screen.
  • To compile your project. Run make html