diff --git a/docs/source/conf.py b/docs/source/conf.py index f9a9525..f261d46 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -183,7 +183,7 @@ #html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'lbv2doc' +htmlhelp_basename = 'geekbook' # -- Options for LaTeX output -------------------------------------------------- @@ -202,7 +202,7 @@ # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'lbv2.tex', u'lbv2 Documentation', + ('index', 'geekbook.tex', u'geekbook Documentation', u'Marcin Magnus', 'manual'), ] @@ -232,7 +232,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'lbv2', u'lbv2 Documentation', + ('index', 'geekbook', u'geekbook Documentation', [u'Marcin Magnus'], 1) ] @@ -246,8 +246,8 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'lbv2', u'lbv2 Documentation', - u'Marcin Magnus', 'lbv2', 'One line description of project.', + ('index', 'geekbook', u'geekbook Documentation', + u'Marcin Magnus', 'geekbook', 'One line description of project.', 'Miscellaneous'), ]