Based on a (quite heavily) modified version of sphinxtr:
https://github.com/jterrace/sphinxtr
More details there.
http://sahib.github.com/libmunin-thesis/projekt/html/rst/index.html
https://dl.dropboxusercontent.com/u/12859833/projektarbeit.pdf
$ pip install -r requirements.txt
In contrast to original sphinxtr, this works with Python3 and does not necessarily need a virtualenv, although you may want to consider it:
# *before* the pip command above:
$ virtualenv venv
$ source ./venv/bin/activate
For configuring name, title and stuff, look into these files:
tex/sphinx.sty
(Titlepage)conf.py
(Projectname, Author, Language (currentlyngerman
))rst/index.rst
(HTML Entydocument)rst/index_tex.rst
(LaTeX Entrydocument)