1 2 3 4 5 6 7
# -*- coding: utf-8 -*- master_doc = 'index' latex_documents = [ (master_doc, 'test.tex', 'The basic Sphinx documentation for testing', 'Sphinx', 'report') ]