Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkw committed Nov 16, 2016
1 parent 3603fc0 commit 0b9a44f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'ReadtheDocsTemplate.tex', u'Read the Docs Template Documentation',
u'Read the Docs', 'manual'),
('index', 'ReadtheDocsTemplate.tex', u'HumanBase Documentation',
u'User Guide', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -226,8 +226,8 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'readthedocstemplate', u'Read the Docs Template Documentation',
[u'Read the Docs'], 1)
('index', 'readthedocstemplate', u'HumanBase Documentation',
[u'HumanBase'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -240,8 +240,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'ReadtheDocsTemplate', u'Read the Docs Template Documentation',
u'Read the Docs', 'ReadtheDocsTemplate', 'One line description of project.',
('index', 'ReadtheDocsTemplate', u'HumanBase Documentation',
u'HumamBase', 'ReadtheDocsTemplate', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 0b9a44f

Please sign in to comment.