fix docs conf

This commit is contained in:
Noah Swartz
2016-05-09 15:17:14 -07:00
parent e04e9286f6
commit 9ddabc3e9a
+8 -8
View File
@@ -64,8 +64,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Let\'s Encrypt' project = u'Certbot'
copyright = u'2014-2015, Let\'s Encrypt Project' copyright = u'2014-2016, Certbot Project'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@@ -225,7 +225,7 @@ html_static_path = ['_static']
#html_search_scorer = 'scorer.js' #html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'LetsEncryptdoc' htmlhelp_basename = 'Certbotdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@@ -247,8 +247,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 = [
('index', 'LetsEncrypt.tex', u'Let\'s Encrypt Documentation', ('index', 'Certbot.tex', u'Certbot Documentation',
u'Let\'s Encrypt Project', 'manual'), u'Certbot Project', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@@ -277,7 +277,7 @@ latex_documents = [
# One entry per manual page. List of tuples # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'certbot', u'Let\'s Encrypt Documentation', ('index', 'certbot', u'Certbot Documentation',
[project], 7), [project], 7),
('man/certbot', 'certbot', u'certbot script documentation', ('man/certbot', 'certbot', u'certbot script documentation',
[project], 1), [project], 1),
@@ -293,8 +293,8 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'LetsEncrypt', u'Let\'s Encrypt Documentation', ('index', 'Certbot', u'Certbot Documentation',
u'Let\'s Encrypt Project', 'LetsEncrypt', 'One line description of project.', u'Certbot Project', 'Certbot', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]