How to start Sphinx
Run sphinx-quickstart from the command line
Give some project version and project version number
Accept Math-jax
change the following in conf.py
html_theme = u’agogo'
For HTML
$ make html
For latex documents and pdf
$ make latex
$ cd _build/latex
$ make all-pdf