Skip to content

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Jul 27, 2015
1 parent aefc05c commit 62ddfa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
curr_path = os.path.dirname(os.path.abspath(os.path.expanduser(__file__)))
libpath=os.path.join(curr_path, '../wrapper/')
libpath = os.path.join(curr_path, '../wrapper/')
sys.path.insert(0, os.path.join(curr_path, '../wrapper/'))

# -- General configuration ------------------------------------------------
Expand Down Expand Up @@ -123,7 +123,7 @@
html_static_path = ['_static']

# Output file base name for HTML help builder.
htmlhelp_basename = 'rabitdoc'
htmlhelp_basename = project + 'doc'

# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
Expand All @@ -133,8 +133,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'rabit.tex', u'rabit Documentation',
u'tqchen', 'manual'),
(master_doc, 'rabit.tex', project,
author, 'manual'),
]

# hook for doxygen
Expand Down

0 comments on commit 62ddfa7

Please sign in to comment.