Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus authored Jan 9, 2017
1 parent b8f1039 commit 9ab190e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 --------------------------------------------------
Expand All @@ -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'),
]

Expand Down Expand Up @@ -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)
]

Expand All @@ -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'),
]

Expand Down

0 comments on commit 9ab190e

Please sign in to comment.