summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-08 18:10:15 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-08 18:30:50 +0100
commita86564294ca20e50327ecd8d7ee844050bf51abe (patch)
tree77b3da6ffe006b2980f04c64609e3ebbff1f10ab
parentbdd152b76480f0cc633b59bd0063c5a6e64ea62b (diff)
downloadvyos-documentation-a86564294ca20e50327ecd8d7ee844050bf51abe.tar.gz
vyos-documentation-a86564294ca20e50327ecd8d7ee844050bf51abe.zip
conf: add VyOS logo to generated docs
(cherry picked from commit 8039d9d2dce4b99820513041045b1825a09ffd07)
-rw-r--r--docs/_static/images/vyos-logo-icon.pngbin0 -> 3794 bytes
-rw-r--r--docs/_static/images/vyos-logo.pngbin0 -> 118757 bytes
-rw-r--r--docs/conf.py14
3 files changed, 12 insertions, 2 deletions
diff --git a/docs/_static/images/vyos-logo-icon.png b/docs/_static/images/vyos-logo-icon.png
new file mode 100644
index 00000000..7213e08d
--- /dev/null
+++ b/docs/_static/images/vyos-logo-icon.png
Binary files differ
diff --git a/docs/_static/images/vyos-logo.png b/docs/_static/images/vyos-logo.png
new file mode 100644
index 00000000..bc1abe15
--- /dev/null
+++ b/docs/_static/images/vyos-logo.png
Binary files differ
diff --git a/docs/conf.py b/docs/conf.py
index 51879fbb..8a4efe10 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,7 +29,6 @@ version = u'1.2'
# The full version, including alpha/beta/rc tags
release = u'crux'
-
# -- General configuration ---------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
@@ -101,6 +100,14 @@ html_static_path = ['_static']
#
# html_sidebars = {}
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
+html_logo = '_static/images/vyos-logo.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 = '_static/images/vyos-logo-icon.png'
# -- Options for HTMLHelp output ---------------------------------------------
@@ -108,7 +115,7 @@ html_static_path = ['_static']
htmlhelp_basename = 'VyOSdoc'
-# -- Options for LaTeX output ------------------------------------------------
+# -- Options fo_r LaTeX output ------------------------------------------------
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
@@ -136,6 +143,9 @@ latex_documents = [
u'VyOS maintainers and contributors', 'manual'),
]
+# The name of an image file (relative to this directory) to place at the top of
+# the title page.
+latex_logo = '_static/images/vyos-logo.png'
# -- Options for manual page output ------------------------------------------