diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2021-07-02 14:44:47 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2021-07-02 14:44:47 +0200 |
commit | 822cb900a0464803662f42e26d64af5637bd6c2e (patch) | |
tree | 6ff6975c9b02ed1c06e721e16bcadbcf7edf7c72 /docs | |
parent | df522abafb20548b81c11c7f8baf6fb6b8e5ef6c (diff) |
Adding the Anuket logo and setting it in the sphix config
This patch adds a copy of the Anuket logo to the static website
artifacts and sets it as the default page logo.
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_static/anuket-logo.png | bin | 0 -> 8991 bytes | |||
-rw-r--r-- | docs/conf.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/anuket-logo.png b/docs/_static/anuket-logo.png Binary files differnew file mode 100644 index 000000000..0320800f6 --- /dev/null +++ b/docs/_static/anuket-logo.png diff --git a/docs/conf.py b/docs/conf.py index 0a4ee9f6f..d590ac475 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,7 +125,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '_static/opnfv-logo.png' +html_logo = '_static/anuket-logo.png' # The name of an image file (relative to this directory) to use as a favicon of # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |