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:29 UTC

[trafficcontrol] 31/39: Fixed broken logo spec/switched to new, *real* SVG logo for HTML

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 05a1f4e3b6b9e5eeaaaf6adcc29702822fe9b98f
Author: ocket8888 <oc...@gmail.com>
AuthorDate: Mon Oct 1 12:49:05 2018 -0600

    Fixed broken logo spec/switched to new, *real* SVG logo for HTML
---
 docs/source/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 08b1403..3bbc874 100755
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -156,7 +156,7 @@ html_static_path = ['_static']
 html_favicon="favicon.ico"
 
 # Sets the sidebar logo for HTML pages
-html_logo="../../misc/logos/Traffic-Control-Logo-FINAL-White-Text.png"
+html_logo="../../misc/logos/ATC-SVG-FULL-WHITE.svg"
 
 
 # -- Options for HTMLHelp output ---------------------------------------------
@@ -193,7 +193,7 @@ latex_documents = [
 	 'Apache Traffic Control', 'manual'),
 ]
 
-latex_logo = "../../Traffic-Control-Logo-FINAL-White-Text.png"
+latex_logo = "../../misc/logos/ATC-PNG-FULL-BLACK-LARGE.png"
 
 
 # -- Options for manual page output ------------------------------------------