Skip to content

Commit

Permalink
Merge pull request #4825 from jfdm/doc-fixes
Browse files Browse the repository at this point in the history
Fix Readthedocs PDF generation
  • Loading branch information
jfdm committed Mar 10, 2020
2 parents b7a191b + c76ade1 commit 853e453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'idris.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'),
# (master_doc, 'idris.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'),
]


Expand Down

0 comments on commit 853e453

Please sign in to comment.