From 0aa659196bc52de0a451e49dac5dd8a0c77af222 Mon Sep 17 00:00:00 2001 From: danielque Date: Fri, 27 Jul 2018 16:33:43 +0200 Subject: [PATCH] [DOC] fix conf.py start file settings for other doc formats --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 360895cf..fbca9962 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -225,7 +225,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('Manual', 'CFDEMcoupling.tex', 'CFDEMcoupling Documentation', + ('CFDEMcoupling_Manual', 'CFDEMcoupling.tex', 'CFDEMcoupling Documentation', ' ', 'manual'), ] @@ -255,7 +255,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('Manual', 'cfdemcoupling', 'CFDEMcoupling Documentation', + ('CFDEMcoupling_Manual', 'cfdemcoupling', 'CFDEMcoupling Documentation', [' '], 1) ]