Skip to content
Snippets Groups Projects
Commit 1388f134 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

conf.py

parent d9cd8495
Branches
Tags
No related merge requests found
...@@ -73,7 +73,7 @@ source_suffix = ['.rst', '.md'] ...@@ -73,7 +73,7 @@ source_suffix = ['.rst', '.md']
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'MultiviewPlatform' project = u'SuMMIT'
copyright = u'2019, Baptiste BAUVIN' copyright = u'2019, Baptiste BAUVIN'
author = u'Baptiste BAUVIN' author = u'Baptiste BAUVIN'
...@@ -126,7 +126,7 @@ html_static_path = ["_static/"] ...@@ -126,7 +126,7 @@ html_static_path = ["_static/"]
# -- Options for HTMLHelp output ------------------------------------------ # -- Options for HTMLHelp output ------------------------------------------
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'MultiviewPlatformdoc' htmlhelp_basename = 'SuMMITdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
...@@ -152,7 +152,7 @@ latex_elements = { ...@@ -152,7 +152,7 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
(master_doc, 'MultiviewPlatform.tex', u'MultiviewPlatform Documentation', (master_doc, 'SuMMIT.tex', u'SuMMIT Documentation',
u'Baptiste BAUVIN', 'manual'), u'Baptiste BAUVIN', 'manual'),
] ]
...@@ -161,7 +161,7 @@ latex_documents = [ ...@@ -161,7 +161,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
(master_doc, 'multiviewplatform', u'MultiviewPlatform Documentation', (master_doc, 'summit', u'SuMMIT Documentation',
[author], 1) [author], 1)
] ]
...@@ -171,8 +171,8 @@ man_pages = [ ...@@ -171,8 +171,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
(master_doc, 'MultiviewPlatform', u'MultiviewPlatform Documentation', (master_doc, 'SuMMIT', u'SuMMIT Documentation',
author, 'MultiviewPlatform', 'One line description of project.', author, 'SuMMIT', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment