tiny
This commit is contained in:
parent
aefc05cb91
commit
62ddfa7709
@ -123,7 +123,7 @@ todo_include_todos = False
|
|||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'rabitdoc'
|
htmlhelp_basename = project + 'doc'
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
latex_elements = {
|
latex_elements = {
|
||||||
@ -133,8 +133,8 @@ 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, 'rabit.tex', u'rabit Documentation',
|
(master_doc, 'rabit.tex', project,
|
||||||
u'tqchen', 'manual'),
|
author, 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# hook for doxygen
|
# hook for doxygen
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user