You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/10/10 18:26:04 UTC

[trafficcontrol] 06/39: added logo to LaTeX output

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit 260d154242d1f3ea8cf68a5f81b643fb6e424abd
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Tue Sep 18 18:11:01 2018 -0600

    added logo to LaTeX output
---
 docs/source/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index fe3d6ba..93ab591 100755
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -156,6 +156,8 @@ latex_documents = [
 	 'Apache Traffic Control', 'manual'),
 ]
 
+latex_logo = "../../Traffic-Control-Logo-FINAL-White-Text.png"
+
 
 # -- Options for manual page output ------------------------------------------