Created
March 7, 2017 20:50
-
-
Save rhelmer/6ed58ddeba165369053bb3b790af1300 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- conf.py-fathom 2017-03-07 12:37:06.000000000 -0800 | |
+++ conf.py 2017-03-07 12:47:11.000000000 -0800 | |
@@ -1,6 +1,6 @@ | |
# -*- coding: utf-8 -*- | |
# | |
-# Fathom documentation build configuration file, created by | |
+# Addons Manager documentation build configuration file, created by | |
# sphinx-quickstart on Mon Jan 9 17:16:30 2017. | |
# | |
# This file is execfile()d with the current directory set to its | |
@@ -56,9 +56,9 @@ | |
master_doc = 'index' | |
# General information about the project. | |
-project = u'Fathom' | |
+project = u'Addons Manager' | |
copyright = u'2017, Mozilla Foundation' | |
-author = u'Erik Rose' | |
+author = u'Mozilla Contributors' | |
# The version info for the project you're documenting, acts as replacement for | |
# |version| and |release|, also used in various other places throughout the | |
@@ -139,7 +139,7 @@ | |
# The name for this set of Sphinx documents. | |
# "<project> v<release> documentation" by default. | |
# | |
-# html_title = u'Fathom v2.0' | |
+# html_title = u'Addons Manager v2.0' | |
# A shorter title for the navigation bar. Default is the same as html_title. | |
# | |
@@ -240,7 +240,7 @@ | |
# html_search_scorer = 'scorer.js' | |
# Output file base name for HTML help builder. | |
-htmlhelp_basename = 'Fathomdoc' | |
+htmlhelp_basename = 'Addons Managerdoc' | |
# -- Options for LaTeX output --------------------------------------------- | |
@@ -266,8 +266,8 @@ | |
# (source start file, target name, title, | |
# author, documentclass [howto, manual, or own class]). | |
latex_documents = [ | |
- (master_doc, 'Fathom.tex', u'Fathom Documentation', | |
- u'Erik Rose', 'manual'), | |
+ (master_doc, 'Addons Manager.tex', u'Addons Manager Documentation', | |
+ u'Mozilla Contributors', 'manual'), | |
] | |
# The name of an image file (relative to this directory) to place at the top of | |
@@ -308,7 +308,7 @@ | |
# One entry per manual page. List of tuples | |
# (source start file, name, description, authors, manual section). | |
man_pages = [ | |
- (master_doc, 'fathom', u'Fathom Documentation', | |
+ (master_doc, 'fathom', u'Addons Manager Documentation', | |
[author], 1) | |
] | |
@@ -323,8 +323,8 @@ | |
# (source start file, target name, title, author, | |
# dir menu entry, description, category) | |
texinfo_documents = [ | |
- (master_doc, 'Fathom', u'Fathom Documentation', | |
- author, 'Fathom', 'One line description of project.', | |
+ (master_doc, 'Addons Manager', u'Addons Manager Documentation', | |
+ author, 'Addons Manager', 'One line description of project.', | |
'Miscellaneous'), | |
] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment