|  | @@ -103,7 +103,7 @@ html_theme_path = ["_themes",]
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # The name for this set of Sphinx documents.  If None, it defaults to
 | 
	
		
			
				|  |  |  # "<project> v<release> documentation".
 | 
	
		
			
				|  |  | -html_title = "The Ceres Solver Manual"
 | 
	
		
			
				|  |  | +html_title = "Ceres Solver"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # A shorter title for the navigation bar.  Default is the same as html_title.
 | 
	
		
			
				|  |  |  #html_short_title = None
 | 
	
	
		
			
				|  | @@ -166,6 +166,7 @@ html_show_copyright = True
 | 
	
		
			
				|  |  |  # Output file base name for HTML help builder.
 | 
	
		
			
				|  |  |  htmlhelp_basename = 'CeresSolverdoc'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +mathjax_path = "mathjax/MathJax.js?config=TeX-AMS_HTML"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # -- Options for LaTeX output --------------------------------------------------
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -183,7 +184,7 @@ latex_elements = {
 | 
	
		
			
				|  |  |  # Grouping the document tree into LaTeX files. List of tuples
 | 
	
		
			
				|  |  |  # (source start file, target name, title, author, documentclass [howto/manual]).
 | 
	
		
			
				|  |  |  latex_documents = [
 | 
	
		
			
				|  |  | -  ('index', 'CeresSolver.tex', u'The Ceres Solver Manual',
 | 
	
		
			
				|  |  | +  ('index', 'CeresSolver.tex', u'Ceres Solver',
 | 
	
		
			
				|  |  |     u'Sameer Agarwal \\& Keir Mierle', 'manual'),
 | 
	
		
			
				|  |  |  ]
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -213,7 +214,7 @@ latex_documents = [
 | 
	
		
			
				|  |  |  # One entry per manual page. List of tuples
 | 
	
		
			
				|  |  |  # (source start file, name, description, authors, manual section).
 | 
	
		
			
				|  |  |  man_pages = [
 | 
	
		
			
				|  |  | -    ('index', 'ceressolver', u'The Ceres Solver Manual',
 | 
	
		
			
				|  |  | +    ('index', 'ceressolver', u'Ceres Solver',
 | 
	
		
			
				|  |  |       [u'Sameer Agarwal & Keir Mierle'], 1)
 | 
	
		
			
				|  |  |  ]
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -227,7 +228,7 @@ man_pages = [
 | 
	
		
			
				|  |  |  # (source start file, target name, title, author,
 | 
	
		
			
				|  |  |  #  dir menu entry, description, category)
 | 
	
		
			
				|  |  |  texinfo_documents = [
 | 
	
		
			
				|  |  | -  ('index', 'CeresSolver', u'The Ceres Solver Manual',
 | 
	
		
			
				|  |  | +  ('index', 'CeresSolver', u'Ceres Solver',
 | 
	
		
			
				|  |  |     u'Sameer Agarwal & Keir Mierle', 'CeresSolver', 'One line description of project.',
 | 
	
		
			
				|  |  |     'Miscellaneous'),
 | 
	
		
			
				|  |  |  ]
 |