mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
[DOC] fix conf.py start file settings for other doc formats
This commit is contained in:
@ -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)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user