Fix latex rtd generation

@jfdm tells me that you can only generate one latex document, so let's
make it the tutorial
This commit is contained in:
Edwin Brady 2020-05-20 18:53:56 +01:00
parent 3a915943fc
commit 1fb8904992

View File

@ -162,7 +162,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'idris-documentation-complete.tex', u'Documentation for the Idris Language', u'The Idris Community', 'report'),
# ('index', 'idris-documentation-complete.tex', u'Documentation for the Idris Language', u'The Idris Community', 'report'),
('tutorial/index', 'idris-tutorial.tex', u'The Idris Tutorial', u'The Idris Community', 'howto'),
]