From: Quentin Young Date: Fri, 2 Feb 2018 21:27:00 +0000 (-0500) Subject: doc: add logos X-Git-Tag: frr-5.0-dev~165^2~41 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5a32c42459ea04b7a8b666745e55528edc57b302;p=matthieu%2Ffrr.git doc: add logos Branding! Signed-off-by: Quentin Young --- diff --git a/doc/developer/conf.py b/doc/developer/conf.py index c3295f88bd..e4c56f54c3 100644 --- a/doc/developer/conf.py +++ b/doc/developer/conf.py @@ -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 index 0000000000..37973fcf2d 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 index 0000000000..04e18ebf5d 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 index 0000000000..2a9a2c7fd5 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 index 0000000000..6e66414c3a Binary files /dev/null and b/doc/figures/frr-logo.png differ diff --git a/doc/user/conf.py b/doc/user/conf.py index e79dea0bdf..6aa97de304 100644 --- a/doc/user/conf.py +++ b/doc/user/conf.py @@ -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.