瀏覽代碼

PDF docs: add logo and fix authors

the PDF documentation looks much better with those
Antoine Beaupré 8 年之前
父節點
當前提交
18f3d64e4c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/conf.py

+ 2 - 2
docs/conf.py

@@ -199,12 +199,12 @@ htmlhelp_basename = 'borgdoc'
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
   ('index', 'Borg.tex', 'Borg Documentation',
-   'see "AUTHORS" file', 'manual'),
+   'The Borg Collective', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
 # the title page.
-#latex_logo = None
+latex_logo = '_static/logo.png'
 
 # For "manual" documents, if this is true, then toplevel headings are parts,
 # not chapters.