summaryrefslogtreecommitdiff
path: root/doc/developer/conf.py
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-02-02 16:27:00 -0500
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-02-02 16:27:00 -0500
commit5a32c42459ea04b7a8b666745e55528edc57b302 (patch)
tree137fd3c8ace380a00c13ef64dab590281e19cd70 /doc/developer/conf.py
parent061dd548ee17ba096f6e8369561d3bbca18ae668 (diff)
doc: add logos
Branding! Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/conf.py')
-rw-r--r--doc/developer/conf.py6
1 files changed, 3 insertions, 3 deletions
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.