Code clean up
Some code clean up in the file doc/source/conf.py to make the code more pretty. Change-Id: Icb25428739725c530977a011bf28f17fda1c29fb
This commit is contained in:
@@ -211,8 +211,10 @@ htmlhelp_basename = 'novadoc'
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, documentclass
|
||||
# [howto/manual]).
|
||||
latex_documents = [('index', 'Nova.tex', u'Nova Documentation',
|
||||
u'Anso Labs, LLC', 'manual'), ]
|
||||
latex_documents = [
|
||||
('index', 'Nova.tex', u'Nova Documentation',
|
||||
u'Anso Labs, LLC', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
# the title page.
|
||||
|
||||
Reference in New Issue
Block a user