]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: add logos
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 2 Feb 2018 21:27:00 +0000 (16:27 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 2 Feb 2018 21:27:00 +0000 (16:27 -0500)
Branding!

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/developer/conf.py
doc/figures/frr-logo-icon.png [new file with mode: 0644]
doc/figures/frr-logo-medium.png [new file with mode: 0644]
doc/figures/frr-logo-small.png [new file with mode: 0644]
doc/figures/frr-logo.png [new file with mode: 0644]
doc/user/conf.py

index c3295f88bd359b5be6a270c67751bc15f8b9ca70..e4c56f54c3f1386d0f6548a7728e4edb7e9ce444 100644 (file)
@@ -176,12 +176,12 @@ html_theme = 'sphinx_rtd_theme'
 
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
-#html_logo = None
+html_logo = '../figures/frr-logo-medium.png'
 
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 # pixels large.
-#html_favicon = None
+html_favicon = '../figures/frr-logo-icon.png'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
@@ -277,7 +277,7 @@ latex_documents = [
 
 # The name of an image file (relative to this directory) to place at the top of
 # the title page.
-#latex_logo = None
+latex_logo = '../figures/frr-logo-medium.png'
 
 # For "manual" documents, if this is true, then toplevel headings are parts,
 # not chapters.
diff --git a/doc/figures/frr-logo-icon.png b/doc/figures/frr-logo-icon.png
new file mode 100644 (file)
index 0000000..37973fc
Binary files /dev/null and b/doc/figures/frr-logo-icon.png differ
diff --git a/doc/figures/frr-logo-medium.png b/doc/figures/frr-logo-medium.png
new file mode 100644 (file)
index 0000000..04e18eb
Binary files /dev/null and b/doc/figures/frr-logo-medium.png differ
diff --git a/doc/figures/frr-logo-small.png b/doc/figures/frr-logo-small.png
new file mode 100644 (file)
index 0000000..2a9a2c7
Binary files /dev/null and b/doc/figures/frr-logo-small.png differ
diff --git a/doc/figures/frr-logo.png b/doc/figures/frr-logo.png
new file mode 100644 (file)
index 0000000..6e66414
Binary files /dev/null and b/doc/figures/frr-logo.png differ
index e79dea0bdfaa81d529abeb1e47b4a277b5226197..6aa97de304fd8362d227638c214aa686fa642fa9 100644 (file)
@@ -176,12 +176,12 @@ html_theme = 'sphinx_rtd_theme'
 
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
-#html_logo = None
+html_logo = '../figures/frr-logo-medium.png'
 
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
 # pixels large.
-#html_favicon = None
+html_favicon = '../figures/frr-logo-icon.png'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
@@ -277,7 +277,7 @@ latex_documents = [
 
 # The name of an image file (relative to this directory) to place at the top of
 # the title page.
-#latex_logo = None
+latex_logo = '../figures/frr-logo-medium.png'
 
 # For "manual" documents, if this is true, then toplevel headings are parts,
 # not chapters.