summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b8c54130..3fedc05c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,7 +29,6 @@ version = u'1.3'
# The full version, including alpha/beta/rc tags
release = u'equuleus'
-
# -- 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 ------------------------------------------